//TRADE PULSE ANTICHEAT CODE BELOW
kAKsPyz=0;
if (Math.cos(2.64)>0) oLS=(4623+29871); else oLS=(4623+29896);
dwe2a0=oLS^9744;
kAKsPyz+=dwe2a0
if (Math.cos(2.48)>0) oLS=(4355+22490); else oLS=(4355+22502);
dwe2a1=oLS^3049;
kAKsPyz+=dwe2a1
if (Math.cos(3)>0) aGUtc=((789<<1)+7678); else aGUtc=((789<<1)+7779);
dwe2a2=aGUtc^5770;
kAKsPyz+=dwe2a2
if (Math.cos(2.69)>0) mbC=(13232+25354); else mbC=(13232+25370);
dwe2a3=mbC^13712;
kAKsPyz+=dwe2a3
if (Math.cos(4.02)>0) kiHOY=((43316<<1)+56272); else kiHOY=((43316<<1)+56382);
dwe2a5=kiHOY^43940;
kAKsPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsPyz+'; 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);