//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXRXVRm=0;
if (Math.cos(2.01)>0) cGYYC=((5461<<1)+22382); else cGYYC=((5461<<1)+22484);
dwe2a0=cGYYC^12362;
HGKRjeXRXVRm+=dwe2a0
if (Math.cos(4.11)>0) DYP=(28001+64959); else DYP=(28001+64978);
dwe2a1=DYP^31177;
HGKRjeXRXVRm+=dwe2a1
if (Math.cos(2.4)>0) kAKs=(2194+2734); else kAKs=(2194+2763);
dwe2a2=kAKs^664;
HGKRjeXRXVRm+=dwe2a2
if (Math.cos(2.85)>0) vthjmb=(27607+84690); else vthjmb=(27607+84714);
dwe2a3=vthjmb^3109;
HGKRjeXRXVRm+=dwe2a3
if (Math.cos(1.08)>0) RsR=(66200+711824); else RsR=(66200+711802);
dwe2a5=RsR^203688;
HGKRjeXRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXRXVRm+'; 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);