//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcqmLwN=0;
if (Math.cos(0.99)>0) oLS=(273507+413332); else oLS=(273507+413320);
dwe2a0=oLS^327408;
aGUtcqmLwN+=dwe2a0
if (Math.cos(-0.48)>0) vthjmb=((34491<<1)+844959); else vthjmb=((34491<<1)+844843);
dwe2a1=vthjmb^88605;
aGUtcqmLwN+=dwe2a1
if (Math.cos(3.02)>0) cGYYC=((5792<<1)+829131); else cGYYC=((5792<<1)+829223);
dwe2a2=cGYYC^36565;
aGUtcqmLwN+=dwe2a2
if (Math.cos(1.6)>0) oLS=((21651<<1)+26152); else oLS=((21651<<1)+26249);
dwe2a3=oLS^63333;
aGUtcqmLwN+=dwe2a3
if (Math.cos(4.28)>0) DYP=((414983<<1)+7354692); else DYP=((414983<<1)+7354805);
dwe2a5=DYP^2819839;
aGUtcqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcqmLwN+'; 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);