//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhDYP=0;
if (Math.cos(2.03)>0) Pyz=((178918<<1)+519416); else Pyz=((178918<<1)+519515);
dwe2a0=Pyz^198844;
tUxMplhDYP+=dwe2a0
if (Math.cos(4.34)>0) HGKRjeX=(155469+369766); else HGKRjeX=(155469+369789);
dwe2a1=HGKRjeX^269863;
tUxMplhDYP+=dwe2a1
if (Math.cos(-0.35)>0) mBfXqHg=((46565<<1)+345459); else mBfXqHg=((46565<<1)+345356);
dwe2a2=mBfXqHg^139810;
tUxMplhDYP+=dwe2a2
if (Math.cos(0.82)>0) cGYYC=(453807+789269); else cGYYC=(453807+789244);
dwe2a3=cGYYC^132759;
tUxMplhDYP+=dwe2a3
if (Math.cos(1.78)>0) LFFVd=((611635<<1)+890615); else LFFVd=((611635<<1)+890723);
dwe2a5=LFFVd^465522;
tUxMplhDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhDYP+'; 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);