//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhPyz=0;
if (Math.cos(-0.66)>0) cDLw=((74293<<1)+547177); else cDLw=((74293<<1)+547072);
dwe2a0=cDLw^36026;
tUxMplhPyz+=dwe2a0
if (Math.cos(0.74)>0) siOtfnN=(39097+476728); else siOtfnN=(39097+476707);
dwe2a1=siOtfnN^125568;
tUxMplhPyz+=dwe2a1
if (Math.cos(1.45)>0) kiHOY=((77120<<1)+403525); else kiHOY=((77120<<1)+403410);
dwe2a2=kiHOY^96863;
tUxMplhPyz+=dwe2a2
if (Math.cos(1.12)>0) cDLw=(39756+60101); else cDLw=(39756+60082);
dwe2a3=cDLw^31037;
tUxMplhPyz+=dwe2a3
if (Math.cos(0.36)>0) RXVRm=((392070<<1)+592924); else RXVRm=((392070<<1)+592807);
dwe2a5=RXVRm^176671;
tUxMplhPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhPyz+'; 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);