//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(-1.45)>0) RXVRm=((29677<<1)+410224); else RXVRm=((29677<<1)+410127);
dwe2a0=RXVRm^169735;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(1.35)>0) HGKRjeX=((42305<<1)+141958); else HGKRjeX=((42305<<1)+141848);
dwe2a1=HGKRjeX^13889;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(2.65)>0) cGYYC=(167606+232058); else cGYYC=(167606+232072);
dwe2a2=cGYYC^102713;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(2.11)>0) RsR=((3127<<1)+183178); else RsR=((3127<<1)+183296);
dwe2a3=RsR^43770;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(0.13)>0) TQoE=(319655+755911); else TQoE=(319655+755887);
dwe2a5=TQoE^378733;
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);