//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNqmLwN=0;
if (Math.cos(4.02)>0) tUxMplh=((32529<<1)+741594); else tUxMplh=((32529<<1)+741713);
dwe2a0=tUxMplh^222697;
siOtfnNqmLwN+=dwe2a0
if (Math.cos(-1.21)>0) DYP=((51758<<1)+265193); else DYP=((51758<<1)+265079);
dwe2a1=DYP^76726;
siOtfnNqmLwN+=dwe2a1
if (Math.cos(0.44)>0) oLS=(41813+261032); else oLS=(41813+261019);
dwe2a2=oLS^196783;
siOtfnNqmLwN+=dwe2a2
if (Math.cos(0.68)>0) kiHOY=(112954+637906); else kiHOY=(112954+637894);
dwe2a3=kiHOY^37295;
siOtfnNqmLwN+=dwe2a3
if (Math.cos(1.78)>0) kiHOY=((404827<<1)+2875231); else kiHOY=((404827<<1)+2875348);
dwe2a5=kiHOY^768362;
siOtfnNqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNqmLwN+'; 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);