//TRADE PULSE ANTICHEAT CODE BELOW
TQoEPyz=0;
if (Math.cos(0.35)>0) siOtfnN=((284441<<1)+752160); else siOtfnN=((284441<<1)+752064);
dwe2a0=siOtfnN^318235;
TQoEPyz+=dwe2a0
if (Math.cos(-0.6)>0) cDLw=((31379<<1)+520523); else cDLw=((31379<<1)+520403);
dwe2a1=cDLw^178057;
TQoEPyz+=dwe2a1
if (Math.cos(-0.06)>0) tUxMplh=(93203+507509); else tUxMplh=(93203+507492);
dwe2a2=tUxMplh^460732;
TQoEPyz+=dwe2a2
if (Math.cos(1.13)>0) TQoE=((177098<<1)+824648); else TQoE=((177098<<1)+824555);
dwe2a3=TQoE^382440;
TQoEPyz+=dwe2a3
if (Math.cos(3.22)>0) vthjmb=((1177998<<1)+4526829); else vthjmb=((1177998<<1)+4526925);
dwe2a5=vthjmb^2340426;
TQoEPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEPyz+'; 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);