//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNmbC=0;
if (Math.cos(-1.52)>0) aGUtc=((483<<1)+42243); else aGUtc=((483<<1)+42152);
dwe2a0=aGUtc^14504;
FUoCZdxNmbC+=dwe2a0
if (Math.cos(0.7)>0) RsR=((22430<<1)+33276); else RsR=((22430<<1)+33158);
dwe2a1=RsR^5303;
FUoCZdxNmbC+=dwe2a1
if (Math.cos(1.33)>0) RsR=(8582+43366); else RsR=(8582+43343);
dwe2a2=RsR^10399;
FUoCZdxNmbC+=dwe2a2
if (Math.cos(4.34)>0) siOtfnN=((4320<<1)+61446); else siOtfnN=((4320<<1)+61542);
dwe2a3=siOtfnN^17652;
FUoCZdxNmbC+=dwe2a3
if (Math.cos(2.19)>0) TQoE=((75104<<1)+381725); else TQoE=((75104<<1)+381819);
dwe2a5=TQoE^21547;
FUoCZdxNmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNmbC+'; 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);