//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(-0.93)>0) RXVRm=((108428<<1)+167455); else RXVRm=((108428<<1)+167340);
dwe2a0=RXVRm^77077;
DYPcDLw+=dwe2a0
if (Math.cos(0.23)>0) lethjVs=((71239<<1)+371526); else lethjVs=((71239<<1)+371415);
dwe2a1=lethjVs^131628;
DYPcDLw+=dwe2a1
if (Math.cos(4.15)>0) qmLwN=((147969<<1)+736551); else qmLwN=((147969<<1)+736652);
dwe2a2=qmLwN^266122;
DYPcDLw+=dwe2a2
if (Math.cos(4.03)>0) kAKs=((55951<<1)+63709); else kAKs=((55951<<1)+63805);
dwe2a3=kAKs^103045;
DYPcDLw+=dwe2a3
if (Math.cos(0.85)>0) qmLwN=((556181<<1)+1614954); else qmLwN=((556181<<1)+1614857);
dwe2a5=qmLwN^580158;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);