//TRADE PULSE ANTICHEAT CODE BELOW
DYPkiHOY=0;
if (Math.cos(3.77)>0) siOtfnN=(166638+310391); else siOtfnN=(166638+310409);
dwe2a0=siOtfnN^97100;
DYPkiHOY+=dwe2a0
if (Math.cos(2.96)>0) aGUtc=((565658<<1)+582461); else aGUtc=((565658<<1)+582563);
dwe2a1=aGUtc^626870;
DYPkiHOY+=dwe2a1
if (Math.cos(3.94)>0) siOtfnN=(314499+818463); else siOtfnN=(314499+818490);
dwe2a2=siOtfnN^648232;
DYPkiHOY+=dwe2a2
if (Math.cos(4.21)>0) aGUtc=((61268<<1)+71999); else aGUtc=((61268<<1)+72112);
dwe2a3=aGUtc^35981;
DYPkiHOY+=dwe2a3
if (Math.cos(-0.91)>0) siOtfnN=((1944260<<1)+2226030); else siOtfnN=((1944260<<1)+2225920);
dwe2a5=siOtfnN^724040;
DYPkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPkiHOY+'; 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);