//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmtUxMplh=0;
if (Math.cos(2)>0) kAKs=((165439<<1)+452955); else kAKs=((165439<<1)+453059);
dwe2a0=kAKs^230346;
RXVRmtUxMplh+=dwe2a0
if (Math.cos(3.39)>0) aGUtc=((17488<<1)+28150); else aGUtc=((17488<<1)+28247);
dwe2a1=aGUtc^5836;
RXVRmtUxMplh+=dwe2a1
if (Math.cos(3.92)>0) TQoE=((76<<1)+494); else TQoE=((76<<1)+599);
dwe2a2=TQoE^381;
RXVRmtUxMplh+=dwe2a2
if (Math.cos(4.17)>0) tUxMplh=((5352<<1)+343038); else tUxMplh=((5352<<1)+343145);
dwe2a3=tUxMplh^157;
RXVRmtUxMplh+=dwe2a3
if (Math.cos(-0.5)>0) FUoCZdxN=((1574895<<1)+2777377); else FUoCZdxN=((1574895<<1)+2777264);
dwe2a5=FUoCZdxN^2928064;
RXVRmtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmtUxMplh+'; 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);