//TRADE PULSE ANTICHEAT CODE BELOW
kAKsoLS=0;
if (Math.cos(2.97)>0) DYP=((27483<<1)+231184); else DYP=((27483<<1)+231302);
dwe2a0=DYP^247690;
kAKsoLS+=dwe2a0
if (Math.cos(-0.78)>0) siOtfnN=((8443<<1)+514878); else siOtfnN=((8443<<1)+514783);
dwe2a1=siOtfnN^222911;
kAKsoLS+=dwe2a1
if (Math.cos(-0.06)>0) cDLw=((226470<<1)+295972); else cDLw=((226470<<1)+295868);
dwe2a2=cDLw^179090;
kAKsoLS+=dwe2a2
if (Math.cos(0.28)>0) siOtfnN=((89756<<1)+773309); else siOtfnN=((89756<<1)+773209);
dwe2a3=siOtfnN^285852;
kAKsoLS+=dwe2a3
if (Math.cos(3.82)>0) mBfXqHg=((110759<<1)+3301358); else mBfXqHg=((110759<<1)+3301457);
dwe2a5=mBfXqHg^790069;
kAKsoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsoLS+'; 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);