//TRADE PULSE ANTICHEAT CODE BELOW
TQoEaGUtc=0;
if (Math.cos(1.9)>0) kiHOY=((2535<<1)+3387); else kiHOY=((2535<<1)+3507);
dwe2a0=kiHOY^2256;
TQoEaGUtc+=dwe2a0
if (Math.cos(-0.58)>0) siOtfnN=((1097<<1)+3056); else siOtfnN=((1097<<1)+2934);
dwe2a1=siOtfnN^1991;
TQoEaGUtc+=dwe2a1
if (Math.cos(2.89)>0) lethjVs=((2051<<1)+14979); else lethjVs=((2051<<1)+15087);
dwe2a2=lethjVs^2110;
TQoEaGUtc+=dwe2a2
if (Math.cos(-1.39)>0) TQoE=((3378<<1)+9467); else TQoE=((3378<<1)+9361);
dwe2a3=TQoE^1596;
TQoEaGUtc+=dwe2a3
if (Math.cos(3.25)>0) cGYYC=(25109+61654); else cGYYC=(25109+61678);
dwe2a5=cGYYC^15634;
TQoEaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEaGUtc+'; 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);