//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhtUxMplh=0;
if (Math.cos(-0.24)>0) LFFVd=((191631<<1)+223934); else LFFVd=((191631<<1)+223842);
dwe2a0=LFFVd^447532;
tUxMplhtUxMplh+=dwe2a0
if (Math.cos(0.02)>0) RXVRm=((103417<<1)+340360); else RXVRm=((103417<<1)+340255);
dwe2a1=RXVRm^5027;
tUxMplhtUxMplh+=dwe2a1
if (Math.cos(0.48)>0) cDLw=((32770<<1)+246877); else cDLw=((32770<<1)+246778);
dwe2a2=cDLw^95257;
tUxMplhtUxMplh+=dwe2a2
if (Math.cos(2.41)>0) cGYYC=(1875+264272); else cGYYC=(1875+264302);
dwe2a3=cGYYC^11981;
tUxMplhtUxMplh+=dwe2a3
if (Math.cos(2.76)>0) mBfXqHg=((314119<<1)+1653902); else mBfXqHg=((314119<<1)+1654016);
dwe2a5=mBfXqHg^846661;
tUxMplhtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhtUxMplh+'; 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);