//TRADE PULSE ANTICHEAT CODE BELOW
oLSTQoE=0;
if (Math.cos(2.49)>0) kiHOY=(48169+88960); else kiHOY=(48169+88990);
dwe2a0=kiHOY^6834;
oLSTQoE+=dwe2a0
if (Math.cos(3.72)>0) TQoE=((29361<<1)+40313); else TQoE=((29361<<1)+40425);
dwe2a1=TQoE^16234;
oLSTQoE+=dwe2a1
if (Math.cos(4.05)>0) cGYYC=(12493+13670); else cGYYC=(12493+13686);
dwe2a2=cGYYC^8617;
oLSTQoE+=dwe2a2
if (Math.cos(0.39)>0) TQoE=(155359+202209); else TQoE=(155359+202185);
dwe2a3=TQoE^108409;
oLSTQoE+=dwe2a3
if (Math.cos(2.88)>0) vthjmb=(642677+759767); else vthjmb=(642677+759784);
dwe2a5=vthjmb^430487;
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);