//TRADE PULSE ANTICHEAT CODE BELOW
DYPsiOtfnN=0;
if (Math.cos(2.75)>0) oLS=(110480+189937); else oLS=(110480+189956);
dwe2a0=oLS^46322;
DYPsiOtfnN+=dwe2a0
if (Math.cos(2.13)>0) cDLw=(23479+222924); else cDLw=(23479+222951);
dwe2a1=cDLw^25833;
DYPsiOtfnN+=dwe2a1
if (Math.cos(2.6)>0) aGUtc=(287655+391932); else aGUtc=(287655+391961);
dwe2a2=aGUtc^134442;
DYPsiOtfnN+=dwe2a2
if (Math.cos(1.96)>0) mbC=((32885<<1)+323520); else mbC=((32885<<1)+323629);
dwe2a3=mbC^103010;
DYPsiOtfnN+=dwe2a3
if (Math.cos(4.4)>0) vthjmb=((237327<<1)+1764799); else vthjmb=((237327<<1)+1764892);
dwe2a5=vthjmb^1181524;
DYPsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPsiOtfnN+'; 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);