//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(3.36)>0) DYP=(55+30418); else DYP=(55+30435);
dwe2a0=DYP^9438;
oLSTQoE+=dwe2a0
if (Math.cos(2.26)>0) RsR=((127598<<1)+128694); else RsR=((127598<<1)+128813);
dwe2a1=RsR^199660;
oLSTQoE+=dwe2a1
if (Math.cos(2.73)>0) cDLw=(60291+520524); else cDLw=(60291+520553);
dwe2a2=cDLw^65431;
oLSTQoE+=dwe2a2
if (Math.cos(4.47)>0) cDLw=((3252<<1)+102635); else cDLw=((3252<<1)+102755);
dwe2a3=cDLw^21268;
oLSTQoE+=dwe2a3
if (Math.cos(0.02)>0) LFFVd=(391696+1484282); else LFFVd=(391696+1484264);
dwe2a5=LFFVd^434530;
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);