//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmsiOtfnN=0;
if (Math.cos(3.69)>0) aGUtc=((142948<<1)+249017); else aGUtc=((142948<<1)+249121);
dwe2a0=aGUtc^314069;
RXVRmsiOtfnN+=dwe2a0
if (Math.cos(3.9)>0) tUxMplh=((28897<<1)+1237192); else tUxMplh=((28897<<1)+1237306);
dwe2a1=tUxMplh^123648;
RXVRmsiOtfnN+=dwe2a1
if (Math.cos(-0.98)>0) tUxMplh=(370241+391441); else tUxMplh=(370241+391419);
dwe2a2=tUxMplh^153997;
RXVRmsiOtfnN+=dwe2a2
if (Math.cos(-0.61)>0) mbC=(153286+374793); else mbC=(153286+374770);
dwe2a3=mbC^66877;
RXVRmsiOtfnN+=dwe2a3
if (Math.cos(4.1)>0) siOtfnN=((427518<<1)+4107030); else siOtfnN=((427518<<1)+4107121);
dwe2a5=siOtfnN^368144;
RXVRmsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmsiOtfnN+'; 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);