//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(2.65)>0) RsR=((47635<<1)+865165); else RsR=((47635<<1)+865285);
dwe2a0=RsR^282677;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(3.5)>0) oLS=((45010<<1)+73174); else oLS=((45010<<1)+73287);
dwe2a1=oLS^20129;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(-1.28)>0) mbC=(298970+1139052); else mbC=(298970+1139039);
dwe2a2=mbC^305877;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(-0.09)>0) DYP=(43649+142191); else DYP=(43649+142166);
dwe2a3=DYP^104125;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(-0.01)>0) mBfXqHg=(1040028+2118232); else mBfXqHg=(1040028+2118204);
dwe2a5=mBfXqHg^876164;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);