//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNaGUtc=0;
if (Math.cos(-1.26)>0) oLS=((60541<<1)+870206); else oLS=((60541<<1)+870091);
dwe2a0=oLS^64456;
FUoCZdxNaGUtc+=dwe2a0
if (Math.cos(4.25)>0) FUoCZdxN=((50841<<1)+61156); else FUoCZdxN=((50841<<1)+61266);
dwe2a1=FUoCZdxN^30084;
FUoCZdxNaGUtc+=dwe2a1
if (Math.cos(3.42)>0) kiHOY=((49861<<1)+1198621); else kiHOY=((49861<<1)+1198719);
dwe2a2=kiHOY^642521;
FUoCZdxNaGUtc+=dwe2a2
if (Math.cos(4.27)>0) vthjmb=((93415<<1)+278975); else vthjmb=((93415<<1)+279076);
dwe2a3=vthjmb^173066;
FUoCZdxNaGUtc+=dwe2a3
if (Math.cos(-1.54)>0) vthjmb=((943597<<1)+3380112); else vthjmb=((943597<<1)+3380017);
dwe2a5=vthjmb^714257;
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);