//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXoLS=0;
if (Math.cos(-1.12)>0) DYP=((216797<<1)+1448793); else DYP=((216797<<1)+1448679);
dwe2a0=DYP^655318;
HGKRjeXoLS+=dwe2a0
if (Math.cos(3.32)>0) cGYYC=((198203<<1)+447697); else cGYYC=((198203<<1)+447799);
dwe2a1=cGYYC^125649;
HGKRjeXoLS+=dwe2a1
if (Math.cos(2.31)>0) HGKRjeX=(263161+399992); else HGKRjeX=(263161+400021);
dwe2a2=HGKRjeX^197078;
HGKRjeXoLS+=dwe2a2
if (Math.cos(2.88)>0) siOtfnN=(128361+443373); else siOtfnN=(128361+443391);
dwe2a3=siOtfnN^19904;
HGKRjeXoLS+=dwe2a3
if (Math.cos(-0.58)>0) kiHOY=((913087<<1)+2658482); else kiHOY=((913087<<1)+2658373);
dwe2a5=kiHOY^581437;
HGKRjeXoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXoLS+'; 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);