//TRADE PULSE ANTICHEAT CODE BELOW
DYPkAKs=0;
if (Math.cos(4.31)>0) TQoE=((54500<<1)+494628); else TQoE=((54500<<1)+494734);
dwe2a0=TQoE^261579;
DYPkAKs+=dwe2a0
if (Math.cos(3.71)>0) TQoE=(409054+581246); else TQoE=(409054+581269);
dwe2a1=TQoE^21988;
DYPkAKs+=dwe2a1
if (Math.cos(-1.21)>0) HGKRjeX=(318468+1005831); else HGKRjeX=(318468+1005804);
dwe2a2=HGKRjeX^343026;
DYPkAKs+=dwe2a2
if (Math.cos(-0.86)>0) TQoE=((7050<<1)+184686); else TQoE=((7050<<1)+184591);
dwe2a3=TQoE^17938;
DYPkAKs+=dwe2a3
if (Math.cos(-1.17)>0) kAKs=((1052125<<1)+1473935); else kAKs=((1052125<<1)+1473835);
dwe2a5=kAKs^12543;
DYPkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPkAKs+'; 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);