//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNsiOtfnN=0;
if (Math.cos(-0.8)>0) RsR=((11655<<1)+20340); else RsR=((11655<<1)+20250);
dwe2a0=RsR^12511;
siOtfnNsiOtfnN+=dwe2a0
if (Math.cos(-0.02)>0) siOtfnN=(4928+9045); else siOtfnN=(4928+9015);
dwe2a1=siOtfnN^4240;
siOtfnNsiOtfnN+=dwe2a1
if (Math.cos(4.39)>0) vthjmb=(19438+28882); else vthjmb=(19438+28894);
dwe2a2=vthjmb^13022;
siOtfnNsiOtfnN+=dwe2a2
if (Math.cos(-1.24)>0) kiHOY=(14339+17985); else kiHOY=(14339+17968);
dwe2a3=kiHOY^9362;
siOtfnNsiOtfnN+=dwe2a3
if (Math.cos(2.87)>0) DYP=((64759<<1)+152446); else DYP=((64759<<1)+152540);
dwe2a5=DYP^200354;
siOtfnNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNsiOtfnN+'; 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);