//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcGYYC=0;
if (Math.cos(4.34)>0) aGUtc=((16076<<1)+80257); else aGUtc=((16076<<1)+80367);
dwe2a0=aGUtc^29007;
cDLwcGYYC+=dwe2a0
if (Math.cos(3.56)>0) LFFVd=((368<<1)+75291); else LFFVd=((368<<1)+75395);
dwe2a1=LFFVd^44365;
cDLwcGYYC+=dwe2a1
if (Math.cos(3.22)>0) cDLw=((16542<<1)+45360); else cDLw=((16542<<1)+45469);
dwe2a2=cDLw^21785;
cDLwcGYYC+=dwe2a2
if (Math.cos(0.3)>0) FUoCZdxN=(70882+114409); else FUoCZdxN=(70882+114383);
dwe2a3=FUoCZdxN^107812;
cDLwcGYYC+=dwe2a3
if (Math.cos(-0.61)>0) siOtfnN=((313474<<1)+817279); else siOtfnN=((313474<<1)+817159);
dwe2a5=siOtfnN^436948;
cDLwcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcGYYC+'; 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);