//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(-1.19)>0) oLS=((371509<<1)+613699); else oLS=((371509<<1)+613588);
dwe2a0=oLS^130220;
DYPcDLw+=dwe2a0
if (Math.cos(4.06)>0) siOtfnN=((132140<<1)+876425); else siOtfnN=((132140<<1)+876543);
dwe2a1=siOtfnN^322042;
DYPcDLw+=dwe2a1
if (Math.cos(3.14)>0) RsR=(272090+1784856); else RsR=(272090+1784869);
dwe2a2=RsR^332276;
DYPcDLw+=dwe2a2
if (Math.cos(4.11)>0) kiHOY=((14677<<1)+30835); else kiHOY=((14677<<1)+30932);
dwe2a3=kiHOY^14245;
DYPcDLw+=dwe2a3
if (Math.cos(4.41)>0) cDLw=((1501551<<1)+3955569); else cDLw=((1501551<<1)+3955690);
dwe2a5=cDLw^2133878;
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);