//TRADE PULSE ANTICHEAT CODE BELOW
cDLwFUoCZdxN=0;
if (Math.cos(4.08)>0) mbC=((73730<<1)+81038); else mbC=((73730<<1)+81144);
dwe2a0=mbC^704;
cDLwFUoCZdxN+=dwe2a0
if (Math.cos(1.2)>0) RsR=(5011+64277); else RsR=(5011+64252);
dwe2a1=RsR^27546;
cDLwFUoCZdxN+=dwe2a1
if (Math.cos(4.42)>0) oLS=((7790<<1)+98569); else oLS=((7790<<1)+98661);
dwe2a2=oLS^23682;
cDLwFUoCZdxN+=dwe2a2
if (Math.cos(2.43)>0) aGUtc=((5328<<1)+170238); else aGUtc=((5328<<1)+170345);
dwe2a3=aGUtc^22839;
cDLwFUoCZdxN+=dwe2a3
if (Math.cos(2.26)>0) RXVRm=(296625+615908); else RXVRm=(296625+615927);
dwe2a5=RXVRm^299031;
cDLwFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwFUoCZdxN+'; 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);