//TRADE PULSE ANTICHEAT CODE BELOW
kAKskiHOY=0;
if (Math.cos(1.46)>0) oLS=((125961<<1)+133556); else oLS=((125961<<1)+133443);
dwe2a0=oLS^43190;
kAKskiHOY+=dwe2a0
if (Math.cos(-1.29)>0) mbC=(259628+842229); else mbC=(259628+842205);
dwe2a1=mbC^290173;
kAKskiHOY+=dwe2a1
if (Math.cos(1.77)>0) aGUtc=((9169<<1)+1362054); else aGUtc=((9169<<1)+1362148);
dwe2a2=aGUtc^327360;
kAKskiHOY+=dwe2a2
if (Math.cos(1.35)>0) siOtfnN=(234750+823434); else siOtfnN=(234750+823421);
dwe2a3=siOtfnN^303028;
kAKskiHOY+=dwe2a3
if (Math.cos(-0.21)>0) cDLw=((163627<<1)+1991520); else cDLw=((163627<<1)+1991403);
dwe2a5=cDLw^730569;
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);