//TRADE PULSE ANTICHEAT CODE BELOW
vthjmbvthjmb=0;
if (Math.cos(-0.06)>0) oLS=((37590<<1)+94248); else oLS=((37590<<1)+94129);
dwe2a0=oLS^61273;
vthjmbvthjmb+=dwe2a0
if (Math.cos(3.1)>0) qmLwN=((40189<<1)+127215); else qmLwN=((40189<<1)+127337);
dwe2a1=qmLwN^2808;
vthjmbvthjmb+=dwe2a1
if (Math.cos(-0.03)>0) Pyz=((6671<<1)+244390); else Pyz=((6671<<1)+244288);
dwe2a2=Pyz^65279;
vthjmbvthjmb+=dwe2a2
if (Math.cos(-0.53)>0) tUxMplh=((7856<<1)+129152); else tUxMplh=((7856<<1)+129033);
dwe2a3=tUxMplh^48717;
vthjmbvthjmb+=dwe2a3
if (Math.cos(-1.47)>0) mbC=((91373<<1)+108942); else mbC=((91373<<1)+108829);
dwe2a5=mbC^44752;
vthjmbvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+vthjmbvthjmb+'; 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);