//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCoLS=0;
if (Math.cos(4.65)>0) cGYYC=((50018<<1)+435030); else cGYYC=((50018<<1)+435123);
dwe2a0=cGYYC^415884;
cGYYCoLS+=dwe2a0
if (Math.cos(3.1)>0) mbC=((16230<<1)+306630); else mbC=((16230<<1)+306721);
dwe2a1=mbC^141847;
cGYYCoLS+=dwe2a1
if (Math.cos(4.17)>0) siOtfnN=((31502<<1)+982648); else siOtfnN=((31502<<1)+982741);
dwe2a2=siOtfnN^333601;
cGYYCoLS+=dwe2a2
if (Math.cos(1.94)>0) cDLw=(64020+470738); else cDLw=(64020+470756);
dwe2a3=cDLw^101180;
cGYYCoLS+=dwe2a3
if (Math.cos(3.82)>0) FUoCZdxN=((550909<<1)+1629794); else FUoCZdxN=((550909<<1)+1629885);
dwe2a5=FUoCZdxN^536717;
cGYYCoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCoLS+'; 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);