//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNRsR=0;
if (Math.cos(1.02)>0) Pyz=(45619+75868); else Pyz=(45619+75838);
dwe2a0=Pyz^30985;
FUoCZdxNRsR+=dwe2a0
if (Math.cos(4.29)>0) cGYYC=((5107<<1)+10988); else cGYYC=((5107<<1)+11084);
dwe2a1=cGYYC^2723;
FUoCZdxNRsR+=dwe2a1
if (Math.cos(0.82)>0) oLS=((36814<<1)+314413); else oLS=((36814<<1)+314311);
dwe2a2=oLS^20081;
FUoCZdxNRsR+=dwe2a2
if (Math.cos(-1.53)>0) kiHOY=((78695<<1)+331175); else kiHOY=((78695<<1)+331064);
dwe2a3=kiHOY^36092;
FUoCZdxNRsR+=dwe2a3
if (Math.cos(4.62)>0) cDLw=((286056<<1)+590279); else cDLw=((286056<<1)+590385);
dwe2a5=cDLw^599343;
FUoCZdxNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNRsR+'; 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);