//TRADE PULSE ANTICHEAT CODE BELOW
aGUtctUxMplh=0;
if (Math.cos(1.64)>0) HGKRjeX=((105008<<1)+1058465); else HGKRjeX=((105008<<1)+1058576);
dwe2a0=HGKRjeX^180882;
aGUtctUxMplh+=dwe2a0
if (Math.cos(3.12)>0) DYP=(9952+137498); else DYP=(9952+137514);
dwe2a1=DYP^21091;
aGUtctUxMplh+=dwe2a1
if (Math.cos(3.34)>0) cGYYC=((51864<<1)+344725); else cGYYC=((51864<<1)+344817);
dwe2a2=cGYYC^125421;
aGUtctUxMplh+=dwe2a2
if (Math.cos(1.27)>0) aGUtc=(244392+400381); else aGUtc=(244392+400352);
dwe2a3=aGUtc^264183;
aGUtctUxMplh+=dwe2a3
if (Math.cos(1.85)>0) RsR=((340080<<1)+1951967); else RsR=((340080<<1)+1952078);
dwe2a5=RsR^1136850;
aGUtctUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtctUxMplh+'; 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);