//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNoLS=0;
if (Math.cos(2.67)>0) cDLw=((20418<<1)+151472); else cDLw=((20418<<1)+151567);
dwe2a0=cDLw^106644;
siOtfnNoLS+=dwe2a0
if (Math.cos(1.07)>0) Pyz=(115440+159700); else Pyz=(115440+159682);
dwe2a1=Pyz^16605;
siOtfnNoLS+=dwe2a1
if (Math.cos(-1.52)>0) Pyz=((22443<<1)+23247); else Pyz=((22443<<1)+23153);
dwe2a2=Pyz^56054;
siOtfnNoLS+=dwe2a2
if (Math.cos(1.64)>0) cDLw=((44266<<1)+534675); else cDLw=((44266<<1)+534773);
dwe2a3=cDLw^433882;
siOtfnNoLS+=dwe2a3
if (Math.cos(-1.56)>0) oLS=(3409147+4415030); else oLS=(3409147+4415007);
dwe2a5=oLS^315576;
siOtfnNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNoLS+'; 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);