//TRADE PULSE ANTICHEAT CODE BELOW
DYPtUxMplh=0;
if (Math.cos(1.03)>0) cDLw=((41869<<1)+645663); else cDLw=((41869<<1)+645542);
dwe2a0=cDLw^61174;
DYPtUxMplh+=dwe2a0
if (Math.cos(4.05)>0) FUoCZdxN=((37743<<1)+249728); else FUoCZdxN=((37743<<1)+249838);
dwe2a1=FUoCZdxN^22871;
DYPtUxMplh+=dwe2a1
if (Math.cos(-0.16)>0) qmLwN=((62594<<1)+840568); else qmLwN=((62594<<1)+840476);
dwe2a2=qmLwN^299766;
DYPtUxMplh+=dwe2a2
if (Math.cos(0.8)>0) cDLw=(146454+237433); else cDLw=(146454+237412);
dwe2a3=cDLw^84123;
DYPtUxMplh+=dwe2a3
if (Math.cos(-0.8)>0) oLS=((614771<<1)+3695951); else oLS=((614771<<1)+3695831);
dwe2a5=oLS^1712008;
DYPtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPtUxMplh+'; 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);