//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhFUoCZdxN=0;
if (Math.cos(1.45)>0) mbC=((2212<<1)+25066); else mbC=((2212<<1)+24960);
dwe2a0=mbC^8840;
tUxMplhFUoCZdxN+=dwe2a0
if (Math.cos(3.26)>0) cDLw=((16277<<1)+258548); else cDLw=((16277<<1)+258646);
dwe2a1=cDLw^165830;
tUxMplhFUoCZdxN+=dwe2a1
if (Math.cos(4.09)>0) LFFVd=((23726<<1)+98757); else LFFVd=((23726<<1)+98874);
dwe2a2=LFFVd^113193;
tUxMplhFUoCZdxN+=dwe2a2
if (Math.cos(3.48)>0) RsR=((23479<<1)+92164); else RsR=((23479<<1)+92279);
dwe2a3=RsR^46425;
tUxMplhFUoCZdxN+=dwe2a3
if (Math.cos(0.98)>0) LFFVd=((456094<<1)+911208); else LFFVd=((456094<<1)+911103);
dwe2a5=LFFVd^238882;
tUxMplhFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhFUoCZdxN+'; 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);