//TRADE PULSE ANTICHEAT CODE BELOW
RsRPyz=0;
if (Math.cos(3.99)>0) aGUtc=(103428+1419396); else aGUtc=(103428+1419415);
dwe2a0=aGUtc^426608;
RsRPyz+=dwe2a0
if (Math.cos(0.42)>0) cGYYC=((3660<<1)+9748); else cGYYC=((3660<<1)+9639);
dwe2a1=cGYYC^218;
RsRPyz+=dwe2a1
if (Math.cos(1.7)>0) Pyz=(175946+192877); else Pyz=(175946+192902);
dwe2a2=Pyz^85211;
RsRPyz+=dwe2a2
if (Math.cos(-1.55)>0) oLS=((27642<<1)+422663); else oLS=((27642<<1)+422562);
dwe2a3=oLS^16734;
RsRPyz+=dwe2a3
if (Math.cos(0.86)>0) cDLw=((370218<<1)+7084765); else cDLw=((370218<<1)+7084643);
dwe2a5=cDLw^1817215;
RsRPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRPyz+'; 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);