//TRADE PULSE ANTICHEAT CODE BELOW
mbCcDLw=0;
if (Math.cos(-1.57)>0) mbC=((282365<<1)+372405); else mbC=((282365<<1)+372293);
dwe2a0=mbC^49869;
mbCcDLw+=dwe2a0
if (Math.cos(2.65)>0) tUxMplh=((316229<<1)+768037); else tUxMplh=((316229<<1)+768141);
dwe2a1=tUxMplh^341986;
mbCcDLw+=dwe2a1
if (Math.cos(-1.18)>0) aGUtc=(235657+1495830); else aGUtc=(235657+1495813);
dwe2a2=aGUtc^572046;
mbCcDLw+=dwe2a2
if (Math.cos(2.06)>0) aGUtc=(370039+489765); else aGUtc=(370039+489791);
dwe2a3=aGUtc^124255;
mbCcDLw+=dwe2a3
if (Math.cos(-0.82)>0) RXVRm=(1184036+1390548); else RXVRm=(1184036+1390521);
dwe2a5=RXVRm^361501;
mbCcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCcDLw+'; 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);