//TRADE PULSE ANTICHEAT CODE BELOW
oLSmbC=0;
if (Math.cos(3.41)>0) oLS=((155220<<1)+433303); else oLS=((155220<<1)+433397);
dwe2a0=oLS^185699;
oLSmbC+=dwe2a0
if (Math.cos(2.58)>0) HGKRjeX=(117822+246875); else HGKRjeX=(117822+246900);
dwe2a1=HGKRjeX^15383;
oLSmbC+=dwe2a1
if (Math.cos(3.24)>0) tUxMplh=((8612<<1)+906724); else tUxMplh=((8612<<1)+906818);
dwe2a2=tUxMplh^7104;
oLSmbC+=dwe2a2
if (Math.cos(-1.23)>0) Pyz=((24560<<1)+777858); else Pyz=((24560<<1)+777766);
dwe2a3=Pyz^123055;
oLSmbC+=dwe2a3
if (Math.cos(4.56)>0) aGUtc=((210664<<1)+1010968); else aGUtc=((210664<<1)+1011066);
dwe2a5=aGUtc^542675;
oLSmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSmbC+'; 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);