//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(1.05)>0) qmLwN=((15541<<1)+241240); else qmLwN=((15541<<1)+241133);
dwe2a0=qmLwN^27526;
siOtfnNDYP+=dwe2a0
if (Math.cos(3.43)>0) qmLwN=((33651<<1)+148224); else qmLwN=((33651<<1)+148339);
dwe2a1=qmLwN^7508;
siOtfnNDYP+=dwe2a1
if (Math.cos(-0.26)>0) DYP=(254645+614650); else DYP=(254645+614622);
dwe2a2=DYP^180807;
siOtfnNDYP+=dwe2a2
if (Math.cos(-1.31)>0) siOtfnN=((13776<<1)+15451); else siOtfnN=((13776<<1)+15339);
dwe2a3=siOtfnN^2757;
siOtfnNDYP+=dwe2a3
if (Math.cos(4.33)>0) aGUtc=((976350<<1)+2122695); else aGUtc=((976350<<1)+2122808);
dwe2a5=aGUtc^621185;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);