//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmlethjVs=0;
if (Math.cos(2.52)>0) oLS=((115831<<1)+293318); else oLS=((115831<<1)+293418);
dwe2a0=oLS^392170;
RXVRmlethjVs+=dwe2a0
if (Math.cos(-1.56)>0) HGKRjeX=(410+6094); else HGKRjeX=(410+6078);
dwe2a1=HGKRjeX^1475;
RXVRmlethjVs+=dwe2a1
if (Math.cos(3.56)>0) oLS=((141929<<1)+870560); else oLS=((141929<<1)+870651);
dwe2a2=oLS^226904;
RXVRmlethjVs+=dwe2a2
if (Math.cos(0.78)>0) kAKs=((10322<<1)+561596); else kAKs=((10322<<1)+561491);
dwe2a3=kAKs^499003;
RXVRmlethjVs+=dwe2a3
if (Math.cos(1.45)>0) TQoE=((344543<<1)+2218771); else TQoE=((344543<<1)+2218670);
dwe2a5=TQoE^1185348;
RXVRmlethjVs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmlethjVs+'; 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);