//TRADE PULSE ANTICHEAT CODE BELOW
cDLwtUxMplh=0;
if (Math.cos(-1.02)>0) Pyz=((409703<<1)+537301); else Pyz=((409703<<1)+537207);
dwe2a0=Pyz^339224;
cDLwtUxMplh+=dwe2a0
if (Math.cos(1.43)>0) RsR=((14118<<1)+352377); else RsR=((14118<<1)+352269);
dwe2a1=RsR^176788;
cDLwtUxMplh+=dwe2a1
if (Math.cos(2.1)>0) mbC=((39629<<1)+58751); else mbC=((39629<<1)+58843);
dwe2a2=mbC^7013;
cDLwtUxMplh+=dwe2a2
if (Math.cos(0.96)>0) LFFVd=((237230<<1)+434442); else LFFVd=((237230<<1)+434321);
dwe2a3=LFFVd^265515;
cDLwtUxMplh+=dwe2a3
if (Math.cos(2.92)>0) RsR=((1483306<<1)+1855386); else RsR=((1483306<<1)+1855479);
dwe2a5=RsR^145599;
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);