//TRADE PULSE ANTICHEAT CODE BELOW
DYPqmLwN=0;
if (Math.cos(-1.15)>0) qmLwN=((24738<<1)+74487); else qmLwN=((24738<<1)+74390);
dwe2a0=qmLwN^17272;
DYPqmLwN+=dwe2a0
if (Math.cos(4.55)>0) RXVRm=((171483<<1)+238738); else RXVRm=((171483<<1)+238860);
dwe2a1=RXVRm^8638;
DYPqmLwN+=dwe2a1
if (Math.cos(2.17)>0) LFFVd=((78183<<1)+175594); else LFFVd=((78183<<1)+175685);
dwe2a2=LFFVd^38966;
DYPqmLwN+=dwe2a2
if (Math.cos(2.44)>0) cGYYC=(34190+351934); else cGYYC=(34190+351957);
dwe2a3=cGYYC^1319;
DYPqmLwN+=dwe2a3
if (Math.cos(-1.23)>0) oLS=(621177+1888887); else oLS=(621177+1888871);
dwe2a5=oLS^358386;
DYPqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPqmLwN+'; 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);