//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNmbC=0;
if (Math.cos(1.7)>0) Pyz=((87849<<1)+507667); else Pyz=((87849<<1)+507762);
dwe2a0=Pyz^179615;
FUoCZdxNmbC+=dwe2a0
if (Math.cos(2.22)>0) Pyz=((133636<<1)+443034); else Pyz=((133636<<1)+443149);
dwe2a1=Pyz^112832;
FUoCZdxNmbC+=dwe2a1
if (Math.cos(-0.31)>0) cDLw=(93065+464522); else cDLw=(93065+464494);
dwe2a2=cDLw^161751;
FUoCZdxNmbC+=dwe2a2
if (Math.cos(4.31)>0) lethjVs=((15510<<1)+161555); else lethjVs=((15510<<1)+161673);
dwe2a3=lethjVs^12874;
FUoCZdxNmbC+=dwe2a3
if (Math.cos(4.62)>0) kAKs=((233979<<1)+1051165); else kAKs=((233979<<1)+1051277);
dwe2a5=kAKs^726985;
FUoCZdxNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNmbC+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);