//TRADE PULSE ANTICHEAT CODE BELOW
DYPPyz=0;
if (Math.cos(0.27)>0) oLS=((135094<<1)+940336); else oLS=((135094<<1)+940215);
dwe2a0=oLS^135652;
DYPPyz+=dwe2a0
if (Math.cos(4.42)>0) aGUtc=((68751<<1)+417141); else aGUtc=((68751<<1)+417256);
dwe2a1=aGUtc^398449;
DYPPyz+=dwe2a1
if (Math.cos(4.19)>0) aGUtc=(290334+1458084); else aGUtc=(290334+1458114);
dwe2a2=aGUtc^597868;
DYPPyz+=dwe2a2
if (Math.cos(-0.86)>0) tUxMplh=((122302<<1)+252562); else tUxMplh=((122302<<1)+252461);
dwe2a3=tUxMplh^53337;
DYPPyz+=dwe2a3
if (Math.cos(4.55)>0) FUoCZdxN=((288523<<1)+1968010); else FUoCZdxN=((288523<<1)+1968130);
dwe2a5=FUoCZdxN^1337867;
DYPPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPPyz+'; 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);