//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(-0.92)>0) Pyz=(210889+410125); else Pyz=(210889+410103);
dwe2a0=Pyz^34108;
oLSTQoE+=dwe2a0
if (Math.cos(3.26)>0) cGYYC=((64342<<1)+1599270); else cGYYC=((64342<<1)+1599369);
dwe2a1=cGYYC^153913;
oLSTQoE+=dwe2a1
if (Math.cos(0.31)>0) tUxMplh=((39703<<1)+209279); else tUxMplh=((39703<<1)+209178);
dwe2a2=tUxMplh^12905;
oLSTQoE+=dwe2a2
if (Math.cos(4.08)>0) cGYYC=((537528<<1)+638174); else cGYYC=((537528<<1)+638265);
dwe2a3=cGYYC^197471;
oLSTQoE+=dwe2a3
if (Math.cos(1.17)>0) cGYYC=((737713<<1)+5838329); else cGYYC=((737713<<1)+5838217);
dwe2a5=cGYYC^2295278;
oLSTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSTQoE+'; 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);