//TRADE PULSE ANTICHEAT CODE BELOW
cDLwFUoCZdxN=0;
if (Math.cos(3.98)>0) DYP=((40755<<1)+57929); else DYP=((40755<<1)+58033);
dwe2a0=DYP^10144;
cDLwFUoCZdxN+=dwe2a0
if (Math.cos(4.4)>0) siOtfnN=((6816<<1)+116174); else siOtfnN=((6816<<1)+116283);
dwe2a1=siOtfnN^22878;
cDLwFUoCZdxN+=dwe2a1
if (Math.cos(-1.49)>0) kiHOY=(363223+800889); else kiHOY=(363223+800864);
dwe2a2=kiHOY^472914;
cDLwFUoCZdxN+=dwe2a2
if (Math.cos(-0.4)>0) mbC=(554899+752316); else mbC=(554899+752304);
dwe2a3=mbC^216141;
cDLwFUoCZdxN+=dwe2a3
if (Math.cos(-0.23)>0) DYP=((1408966<<1)+4879216); else DYP=((1408966<<1)+4879110);
dwe2a5=DYP^1426458;
cDLwFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwFUoCZdxN+'; 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);