//TRADE PULSE ANTICHEAT CODE BELOW
oLSaGUtc=0;
if (Math.cos(-0.89)>0) LFFVd=((17385<<1)+229703); else LFFVd=((17385<<1)+229611);
dwe2a0=LFFVd^79553;
oLSaGUtc+=dwe2a0
if (Math.cos(3.09)>0) Pyz=((337415<<1)+1082464); else Pyz=((337415<<1)+1082566);
dwe2a1=Pyz^533798;
oLSaGUtc+=dwe2a1
if (Math.cos(0.99)>0) FUoCZdxN=(1060+603320); else FUoCZdxN=(1060+603296);
dwe2a2=FUoCZdxN^102344;
oLSaGUtc+=dwe2a2
if (Math.cos(0.97)>0) lethjVs=((135576<<1)+377190); else lethjVs=((135576<<1)+377078);
dwe2a3=lethjVs^300372;
oLSaGUtc+=dwe2a3
if (Math.cos(-0.11)>0) LFFVd=(87436+4226632); else LFFVd=(87436+4226618);
dwe2a5=LFFVd^109851;
oLSaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSaGUtc+'; 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);