//TRADE PULSE ANTICHEAT CODE BELOW
cDLwaGUtc=0;
if (Math.cos(-0.65)>0) kiHOY=((289156<<1)+795773); else kiHOY=((289156<<1)+795673);
dwe2a0=kiHOY^351829;
cDLwaGUtc+=dwe2a0
if (Math.cos(0.56)>0) cDLw=(49100+76450); else cDLw=(49100+76423);
dwe2a1=cDLw^34034;
cDLwaGUtc+=dwe2a1
if (Math.cos(0.96)>0) mbC=((156438<<1)+1003996); else mbC=((156438<<1)+1003876);
dwe2a2=mbC^299869;
cDLwaGUtc+=dwe2a2
if (Math.cos(2.05)>0) aGUtc=((13684<<1)+42228); else aGUtc=((13684<<1)+42331);
dwe2a3=aGUtc^51235;
cDLwaGUtc+=dwe2a3
if (Math.cos(1.38)>0) kAKs=((714869<<1)+2286594); else kAKs=((714869<<1)+2286482);
dwe2a5=kAKs^140494;
cDLwaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwaGUtc+'; 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);