//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(2.88)>0) kiHOY=(3279+418856); else kiHOY=(3279+418882);
dwe2a0=kiHOY^142014;
DYPcDLw+=dwe2a0
if (Math.cos(1.26)>0) oLS=(204785+676553); else oLS=(204785+676533);
dwe2a1=oLS^18809;
DYPcDLw+=dwe2a1
if (Math.cos(1.07)>0) oLS=((30573<<1)+59279); else oLS=((30573<<1)+59177);
dwe2a2=oLS^38290;
DYPcDLw+=dwe2a2
if (Math.cos(3.44)>0) LFFVd=(103838+610330); else LFFVd=(103838+610357);
dwe2a3=LFFVd^189473;
DYPcDLw+=dwe2a3
if (Math.cos(1.77)>0) aGUtc=((221653<<1)+3255293); else aGUtc=((221653<<1)+3255404);
dwe2a5=aGUtc^1296657;
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);