//TRADE PULSE ANTICHEAT CODE BELOW
oLSoLS=0;
if (Math.cos(3.02)>0) kiHOY=((127607<<1)+376883); else kiHOY=((127607<<1)+377004);
dwe2a0=kiHOY^39862;
oLSoLS+=dwe2a0
if (Math.cos(1.68)>0) mBfXqHg=(13605+174593); else mBfXqHg=(13605+174616);
dwe2a1=mBfXqHg^6095;
oLSoLS+=dwe2a1
if (Math.cos(-0.53)>0) RsR=((2622<<1)+479128); else RsR=((2622<<1)+479029);
dwe2a2=RsR^14859;
oLSoLS+=dwe2a2
if (Math.cos(1.03)>0) siOtfnN=((79240<<1)+451590); else siOtfnN=((79240<<1)+451476);
dwe2a3=siOtfnN^6404;
oLSoLS+=dwe2a3
if (Math.cos(3.31)>0) tUxMplh=((524495<<1)+1343404); else tUxMplh=((524495<<1)+1343505);
dwe2a5=tUxMplh^1562097;
oLSoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSoLS+'; 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);