//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcoLS=0;
if (Math.cos(1.84)>0) RsR=((49671<<1)+319036); else RsR=((49671<<1)+319128);
dwe2a0=RsR^103366;
aGUtcoLS+=dwe2a0
if (Math.cos(3.12)>0) qmLwN=((182644<<1)+407784); else qmLwN=((182644<<1)+407882);
dwe2a1=qmLwN^170085;
aGUtcoLS+=dwe2a1
if (Math.cos(-1.35)>0) Pyz=(30951+46520); else Pyz=(30951+46508);
dwe2a2=Pyz^10316;
aGUtcoLS+=dwe2a2
if (Math.cos(-1.19)>0) oLS=(171015+401963); else oLS=(171015+401933);
dwe2a3=oLS^133080;
aGUtcoLS+=dwe2a3
if (Math.cos(-0.83)>0) tUxMplh=((12978<<1)+7219546); else tUxMplh=((12978<<1)+7219440);
dwe2a5=tUxMplh^574529;
aGUtcoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcoLS+'; 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);