//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(1.19)>0) cDLw=((43607<<1)+250741); else cDLw=((43607<<1)+250648);
dwe2a0=cDLw^39691;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(2.45)>0) qmLwN=((28765<<1)+216416); else qmLwN=((28765<<1)+216522);
dwe2a1=qmLwN^57367;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(3.39)>0) HGKRjeX=((98283<<1)+583835); else HGKRjeX=((98283<<1)+583941);
dwe2a2=HGKRjeX^355251;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(2.11)>0) HGKRjeX=((50237<<1)+56743); else HGKRjeX=((50237<<1)+56861);
dwe2a3=HGKRjeX^24500;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(3.18)>0) FUoCZdxN=((225340<<1)+3500886); else FUoCZdxN=((225340<<1)+3501003);
dwe2a5=FUoCZdxN^785338;
FUoCZdxNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNaGUtc+'; 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);