//TRADE PULSE ANTICHEAT CODE BELOW
RsRPyz=0;
if (Math.cos(0.68)>0) RXVRm=(177662+840310); else RXVRm=(177662+840291);
dwe2a0=RXVRm^12588;
RsRPyz+=dwe2a0
if (Math.cos(-1.25)>0) HGKRjeX=(180536+326401); else HGKRjeX=(180536+326371);
dwe2a1=HGKRjeX^163565;
RsRPyz+=dwe2a1
if (Math.cos(0.49)>0) aGUtc=((3463<<1)+116647); else aGUtc=((3463<<1)+116551);
dwe2a2=aGUtc^1466;
RsRPyz+=dwe2a2
if (Math.cos(-1.44)>0) qmLwN=((58872<<1)+1239724); else qmLwN=((58872<<1)+1239619);
dwe2a3=qmLwN^407971;
RsRPyz+=dwe2a3
if (Math.cos(4.65)>0) aGUtc=((689003<<1)+1650444); else aGUtc=((689003<<1)+1650565);
dwe2a5=aGUtc^1086100;
RsRPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RsRPyz+'; 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);