//TRADE PULSE ANTICHEAT CODE BELOW
kAKskiHOY=0;
if (Math.cos(0.71)>0) DYP=((198721<<1)+263878); else DYP=((198721<<1)+263777);
dwe2a0=DYP^169779;
kAKskiHOY+=dwe2a0
if (Math.cos(3.22)>0) RsR=(139363+1522217); else RsR=(139363+1522237);
dwe2a1=RsR^530762;
kAKskiHOY+=dwe2a1
if (Math.cos(-0.47)>0) cDLw=(1886+3510); else cDLw=(1886+3489);
dwe2a2=cDLw^946;
kAKskiHOY+=dwe2a2
if (Math.cos(0.24)>0) TQoE=(383940+448734); else TQoE=(383940+448718);
dwe2a3=TQoE^129730;
kAKskiHOY+=dwe2a3
if (Math.cos(2.4)>0) oLS=((279014<<1)+1926373); else oLS=((279014<<1)+1926496);
dwe2a5=oLS^1062837;
kAKskiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKskiHOY+'; 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);