//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(1.47)>0) tUxMplh=((18415<<1)+42058); else tUxMplh=((18415<<1)+41953);
dwe2a0=tUxMplh^53830;
cGYYCoLS+=dwe2a0
if (Math.cos(3.56)>0) siOtfnN=((32036<<1)+560588); else siOtfnN=((32036<<1)+560692);
dwe2a1=siOtfnN^120239;
cGYYCoLS+=dwe2a1
if (Math.cos(3.86)>0) DYP=((97937<<1)+394160); else DYP=((97937<<1)+394263);
dwe2a2=DYP^226124;
cGYYCoLS+=dwe2a2
if (Math.cos(0.2)>0) qmLwN=((45560<<1)+381946); else qmLwN=((45560<<1)+381836);
dwe2a3=qmLwN^25722;
cGYYCoLS+=dwe2a3
if (Math.cos(-0.87)>0) RXVRm=((158876<<1)+2496221); else RXVRm=((158876<<1)+2496119);
dwe2a5=RXVRm^606825;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);