//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(2.16)>0) cGYYC=((100<<1)+19940); else cGYYC=((100<<1)+20037);
dwe2a0=cGYYC^4434;
DYPcDLw+=dwe2a0
if (Math.cos(1.9)>0) qmLwN=((10788<<1)+143501); else qmLwN=((10788<<1)+143623);
dwe2a1=qmLwN^44071;
DYPcDLw+=dwe2a1
if (Math.cos(-0.42)>0) qmLwN=(58882+126332); else qmLwN=(58882+126302);
dwe2a2=qmLwN^45625;
DYPcDLw+=dwe2a2
if (Math.cos(1.95)>0) TQoE=((24863<<1)+51107); else TQoE=((24863<<1)+51206);
dwe2a3=TQoE^13590;
DYPcDLw+=dwe2a3
if (Math.cos(-0.77)>0) HGKRjeX=((163322<<1)+1633729); else HGKRjeX=((163322<<1)+1633637);
dwe2a5=HGKRjeX^268188;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);