//TRADE PULSE ANTICHEAT CODE BELOW
cDLwtUxMplh=0;
if (Math.cos(1.1)>0) aGUtc=((30544<<1)+742394); else aGUtc=((30544<<1)+742281);
dwe2a0=aGUtc^225639;
cDLwtUxMplh+=dwe2a0
if (Math.cos(-0.49)>0) FUoCZdxN=((82176<<1)+494511); else FUoCZdxN=((82176<<1)+494408);
dwe2a1=FUoCZdxN^8246;
cDLwtUxMplh+=dwe2a1
if (Math.cos(4.41)>0) cDLw=((321001<<1)+587470); else cDLw=((321001<<1)+587579);
dwe2a2=cDLw^29580;
cDLwtUxMplh+=dwe2a2
if (Math.cos(2.84)>0) qmLwN=((14174<<1)+64306); else qmLwN=((14174<<1)+64428);
dwe2a3=qmLwN^33434;
cDLwtUxMplh+=dwe2a3
if (Math.cos(3.16)>0) qmLwN=((487238<<1)+5233541); else qmLwN=((487238<<1)+5233657);
dwe2a5=qmLwN^1389641;
cDLwtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwtUxMplh+'; 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);