//TRADE PULSE ANTICHEAT CODE BELOW
DYPqmLwN=0;
if (Math.cos(0.37)>0) siOtfnN=((119198<<1)+385975); else siOtfnN=((119198<<1)+385859);
dwe2a0=siOtfnN^12564;
DYPqmLwN+=dwe2a0
if (Math.cos(1.48)>0) lethjVs=((18667<<1)+158436); else lethjVs=((18667<<1)+158332);
dwe2a1=lethjVs^52928;
DYPqmLwN+=dwe2a1
if (Math.cos(3.82)>0) mBfXqHg=((91758<<1)+846714); else mBfXqHg=((91758<<1)+846808);
dwe2a2=mBfXqHg^150537;
DYPqmLwN+=dwe2a2
if (Math.cos(3.1)>0) mBfXqHg=(452717+830076); else mBfXqHg=(452717+830103);
dwe2a3=mBfXqHg^427664;
DYPqmLwN+=dwe2a3
if (Math.cos(1.9)>0) FUoCZdxN=((1371465<<1)+1401226); else FUoCZdxN=((1371465<<1)+1401328);
dwe2a5=FUoCZdxN^219433;
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);