//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcHGKRjeX=0;
if (Math.cos(1.49)>0) mbC=((20911<<1)+43607); else mbC=((20911<<1)+43510);
dwe2a0=mbC^6013;
aGUtcHGKRjeX+=dwe2a0
if (Math.cos(4.24)>0) tUxMplh=(23677+36209); else tUxMplh=(23677+36236);
dwe2a1=tUxMplh^20534;
aGUtcHGKRjeX+=dwe2a1
if (Math.cos(2.91)>0) siOtfnN=(25209+94704); else siOtfnN=(25209+94723);
dwe2a2=siOtfnN^45997;
aGUtcHGKRjeX+=dwe2a2
if (Math.cos(3.88)>0) tUxMplh=(536+14713); else tUxMplh=(536+14738);
dwe2a3=tUxMplh^5696;
aGUtcHGKRjeX+=dwe2a3
if (Math.cos(0.1)>0) LFFVd=((70507<<1)+90891); else LFFVd=((70507<<1)+90775);
dwe2a5=LFFVd^8885;
aGUtcHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcHGKRjeX+'; 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);