//TRADE PULSE ANTICHEAT CODE BELOW
cDLwcDLw=0;
if (Math.cos(0.14)>0) RXVRm=((204696<<1)+307587); else RXVRm=((204696<<1)+307465);
dwe2a0=RXVRm^235321;
cDLwcDLw+=dwe2a0
if (Math.cos(-0.39)>0) FUoCZdxN=((56020<<1)+901112); else FUoCZdxN=((56020<<1)+901016);
dwe2a1=FUoCZdxN^288494;
cDLwcDLw+=dwe2a1
if (Math.cos(3.03)>0) aGUtc=((262313<<1)+318388); else aGUtc=((262313<<1)+318485);
dwe2a2=aGUtc^135950;
cDLwcDLw+=dwe2a2
if (Math.cos(-0.77)>0) LFFVd=((184712<<1)+715308); else LFFVd=((184712<<1)+715218);
dwe2a3=LFFVd^146988;
cDLwcDLw+=dwe2a3
if (Math.cos(3.23)>0) qmLwN=((751718<<1)+3361118); else qmLwN=((751718<<1)+3361240);
dwe2a5=qmLwN^1182690;
cDLwcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwcDLw+'; 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);