//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXRsR=0;
if (Math.cos(4.22)>0) DYP=((292952<<1)+685515); else DYP=((292952<<1)+685605);
dwe2a0=DYP^234194;
HGKRjeXRsR+=dwe2a0
if (Math.cos(0.58)>0) oLS=((88051<<1)+158434); else oLS=((88051<<1)+158332);
dwe2a1=oLS^175859;
HGKRjeXRsR+=dwe2a1
if (Math.cos(3.01)>0) cDLw=((124844<<1)+805929); else cDLw=((124844<<1)+806031);
dwe2a2=cDLw^188221;
HGKRjeXRsR+=dwe2a2
if (Math.cos(3.19)>0) qmLwN=((187643<<1)+346034); else qmLwN=((187643<<1)+346132);
dwe2a3=qmLwN^335493;
HGKRjeXRsR+=dwe2a3
if (Math.cos(-0.45)>0) kAKs=((78973<<1)+3279282); else kAKs=((78973<<1)+3279167);
dwe2a5=kAKs^1265086;
HGKRjeXRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXRsR+'; 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);