(function() { const u = '/apps/statistics.php?aid=396811&browser=IE&created_date=20260131&created_hour=07&dduuid=6f7a76ee6d09a&device=0&device_type=desktop&os=Windows&ssid=ui9ic09bkrp8i5ed7d6829bq0d&t=1769816663&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=016844aca1237b668499ff356e4e4d4dc23d5028&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();