//TRADE PULSE ANTICHEAT CODE BELOW
RsRkiHOY=0;
if (Math.cos(2.19)>0) cGYYC=(9212+31712); else cGYYC=(9212+31729);
dwe2a0=cGYYC^26631;
RsRkiHOY+=dwe2a0
if (Math.cos(3.89)>0) DYP=((104485<<1)+310209); else DYP=((104485<<1)+310317);
dwe2a1=DYP^155269;
RsRkiHOY+=dwe2a1
if (Math.cos(0.27)>0) cDLw=((286759<<1)+461320); else cDLw=((286759<<1)+461203);
dwe2a2=cDLw^101502;
RsRkiHOY+=dwe2a2
if (Math.cos(0.05)>0) tUxMplh=(211919+259174); else tUxMplh=(211919+259159);
dwe2a3=tUxMplh^162383;
RsRkiHOY+=dwe2a3
if (Math.cos(4.07)>0) mBfXqHg=((389143<<1)+4698011); else mBfXqHg=((389143<<1)+4698118);
dwe2a5=mBfXqHg^1432883;
RsRkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRkiHOY+'; 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);