//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNcGYYC=0;
if (Math.cos(3.77)>0) oLS=((91419<<1)+149136); else oLS=((91419<<1)+149258);
dwe2a0=oLS^139099;
siOtfnNcGYYC+=dwe2a0
if (Math.cos(1.01)>0) tUxMplh=((228882<<1)+243194); else tUxMplh=((228882<<1)+243086);
dwe2a1=tUxMplh^13034;
siOtfnNcGYYC+=dwe2a1
if (Math.cos(1.53)>0) DYP=(283753+334412); else DYP=(283753+334395);
dwe2a2=DYP^20798;
siOtfnNcGYYC+=dwe2a2
if (Math.cos(1.1)>0) aGUtc=(198040+672661); else aGUtc=(198040+672643);
dwe2a3=aGUtc^272199;
siOtfnNcGYYC+=dwe2a3
if (Math.cos(4.58)>0) HGKRjeX=((2099163<<1)+2204114); else HGKRjeX=((2099163<<1)+2204205);
dwe2a5=HGKRjeX^147790;
siOtfnNcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNcGYYC+'; 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);