//TRADE PULSE ANTICHEAT CODE BELOW
lethjVstUxMplh=0;
if (Math.cos(2.46)>0) DYP=((114599<<1)+320258); else DYP=((114599<<1)+320372);
dwe2a0=DYP^397951;
lethjVstUxMplh+=dwe2a0
if (Math.cos(-0.22)>0) cGYYC=((242760<<1)+1393554); else cGYYC=((242760<<1)+1393438);
dwe2a1=cGYYC^753348;
lethjVstUxMplh+=dwe2a1
if (Math.cos(3.29)>0) RsR=(342385+1688731); else RsR=(342385+1688747);
dwe2a2=RsR^254244;
lethjVstUxMplh+=dwe2a2
if (Math.cos(0.63)>0) mbC=((14321<<1)+497560); else mbC=((14321<<1)+497466);
dwe2a3=mbC^64958;
lethjVstUxMplh+=dwe2a3
if (Math.cos(2.06)>0) cGYYC=(2090776+2432949); else cGYYC=(2090776+2432972);
dwe2a5=cGYYC^195442;
lethjVstUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+lethjVstUxMplh+'; 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);