//TRADE PULSE ANTICHEAT CODE BELOW
mbCqmLwN=0;
if (Math.cos(0.04)>0) kiHOY=((75497<<1)+116196); else kiHOY=((75497<<1)+116079);
dwe2a0=kiHOY^149733;
mbCqmLwN+=dwe2a0
if (Math.cos(1.36)>0) tUxMplh=(15004+31158); else tUxMplh=(15004+31137);
dwe2a1=tUxMplh^15518;
mbCqmLwN+=dwe2a1
if (Math.cos(-0.31)>0) LFFVd=((105740<<1)+251330); else LFFVd=((105740<<1)+251230);
dwe2a2=LFFVd^132726;
mbCqmLwN+=dwe2a2
if (Math.cos(1.99)>0) RXVRm=((278446<<1)+402853); else RXVRm=((278446<<1)+402964);
dwe2a3=RXVRm^344307;
mbCqmLwN+=dwe2a3
if (Math.cos(2.43)>0) siOtfnN=((31602<<1)+4695875); else siOtfnN=((31602<<1)+4695981);
dwe2a5=siOtfnN^239651;
mbCqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCqmLwN+'; 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);