//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(0.68)>0) aGUtc=(13655+117620); else aGUtc=(13655+117604);
dwe2a0=aGUtc^106345;
kAKsaGUtc+=dwe2a0
if (Math.cos(0.63)>0) oLS=(63236+526613); else oLS=(63236+526592);
dwe2a1=oLS^49608;
kAKsaGUtc+=dwe2a1
if (Math.cos(4.37)>0) HGKRjeX=(56536+75972); else HGKRjeX=(56536+75991);
dwe2a2=HGKRjeX^125579;
kAKsaGUtc+=dwe2a2
if (Math.cos(-0.53)>0) mBfXqHg=(399058+487176); else mBfXqHg=(399058+487146);
dwe2a3=mBfXqHg^132829;
kAKsaGUtc+=dwe2a3
if (Math.cos(-0.25)>0) RXVRm=(559291+1687847); else RXVRm=(559291+1687822);
dwe2a5=RXVRm^869131;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);