//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCsiOtfnN=0;
if (Math.cos(-0.18)>0) aGUtc=(338945+371632); else aGUtc=(338945+371610);
dwe2a0=aGUtc^341354;
cGYYCsiOtfnN+=dwe2a0
if (Math.cos(1.38)>0) RXVRm=((63766<<1)+393573); else RXVRm=((63766<<1)+393480);
dwe2a1=RXVRm^73152;
cGYYCsiOtfnN+=dwe2a1
if (Math.cos(0.23)>0) mbC=((65469<<1)+465108); else mbC=((65469<<1)+465012);
dwe2a2=mbC^79184;
cGYYCsiOtfnN+=dwe2a2
if (Math.cos(4.06)>0) qmLwN=((153075<<1)+223188); else qmLwN=((153075<<1)+223280);
dwe2a3=qmLwN^213164;
cGYYCsiOtfnN+=dwe2a3
if (Math.cos(1.5)>0) cDLw=((825848<<1)+3874853); else cDLw=((825848<<1)+3874761);
dwe2a5=cDLw^2048193;
cGYYCsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCsiOtfnN+'; 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);