//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(1.39)>0) RsR=((39553<<1)+354330); else RsR=((39553<<1)+354234);
dwe2a0=RsR^99743;
oLSTQoE+=dwe2a0
if (Math.cos(4.3)>0) kiHOY=((63381<<1)+172807); else kiHOY=((63381<<1)+172919);
dwe2a1=kiHOY^74879;
oLSTQoE+=dwe2a1
if (Math.cos(1.66)>0) DYP=((298951<<1)+669311); else DYP=((298951<<1)+669427);
dwe2a2=DYP^240490;
oLSTQoE+=dwe2a2
if (Math.cos(1.14)>0) DYP=(414417+1038869); else DYP=(414417+1038847);
dwe2a3=DYP^515917;
oLSTQoE+=dwe2a3
if (Math.cos(2.42)>0) siOtfnN=(1306529+3218057); else siOtfnN=(1306529+3218086);
dwe2a5=siOtfnN^891421;
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);