//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNRsR=0;
if (Math.cos(1.7)>0) aGUtc=((587939<<1)+592379); else aGUtc=((587939<<1)+592492);
dwe2a0=aGUtc^55314;
siOtfnNRsR+=dwe2a0
if (Math.cos(-0.98)>0) lethjVs=((65118<<1)+686343); else lethjVs=((65118<<1)+686237);
dwe2a1=lethjVs^27621;
siOtfnNRsR+=dwe2a1
if (Math.cos(4.09)>0) aGUtc=(237198+1274617); else aGUtc=(237198+1274646);
dwe2a2=aGUtc^816960;
siOtfnNRsR+=dwe2a2
if (Math.cos(3.73)>0) DYP=(284044+1444815); else DYP=(284044+1444834);
dwe2a3=DYP^609580;
siOtfnNRsR+=dwe2a3
if (Math.cos(3.12)>0) kAKs=(1059987+1799897); else kAKs=(1059987+1799910);
dwe2a5=kAKs^1432469;
siOtfnNRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNRsR+'; 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);