//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNFUoCZdxN=0;
if (Math.cos(0.18)>0) aGUtc=((9817<<1)+31165); else aGUtc=((9817<<1)+31066);
dwe2a0=aGUtc^10513;
FUoCZdxNFUoCZdxN+=dwe2a0
if (Math.cos(-0.45)>0) vthjmb=((14291<<1)+50451); else vthjmb=((14291<<1)+50338);
dwe2a1=vthjmb^43907;
FUoCZdxNFUoCZdxN+=dwe2a1
if (Math.cos(-1.44)>0) oLS=(53627+161862); else oLS=(53627+161832);
dwe2a2=oLS^307;
FUoCZdxNFUoCZdxN+=dwe2a2
if (Math.cos(-0.78)>0) DYP=(23393+71147); else DYP=(23393+71134);
dwe2a3=DYP^46443;
FUoCZdxNFUoCZdxN+=dwe2a3
if (Math.cos(2.96)>0) DYP=(198254+894830); else DYP=(198254+894842);
dwe2a5=DYP^126437;
FUoCZdxNFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNFUoCZdxN+'; 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);