//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(2.94)>0) siOtfnN=((26011<<1)+211793); else siOtfnN=((26011<<1)+211911);
dwe2a0=siOtfnN^30433;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(-0.71)>0) cGYYC=((69052<<1)+269451); else cGYYC=((69052<<1)+269329);
dwe2a1=cGYYC^107018;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(4.43)>0) tUxMplh=((167938<<1)+576068); else tUxMplh=((167938<<1)+576175);
dwe2a2=tUxMplh^266475;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(2.55)>0) cGYYC=((5841<<1)+8178); else cGYYC=((5841<<1)+8276);
dwe2a3=cGYYC^12039;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(4.51)>0) TQoE=((930012<<1)+1165926); else TQoE=((930012<<1)+1166029);
dwe2a5=TQoE^465237;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);