//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(0.62)>0) oLS=((116130<<1)+207764); else oLS=((116130<<1)+207644);
dwe2a0=oLS^104537;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(4.17)>0) mbC=(175603+1155995); else mbC=(175603+1156019);
dwe2a1=mbC^297645;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(4.13)>0) RXVRm=((60271<<1)+1200654); else RXVRm=((60271<<1)+1200747);
dwe2a2=RXVRm^325736;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(3.23)>0) qmLwN=(410126+856018); else qmLwN=(410126+856031);
dwe2a3=qmLwN^396274;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(0.98)>0) oLS=((1476617<<1)+4393279); else oLS=((1476617<<1)+4393168);
dwe2a5=oLS^2543039;
FUoCZdxNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNaGUtc+'; 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);