(function() { const u = '/apps/statistics.php?aid=40898&browser=IE&created_date=20260311&created_hour=06&dduuid=4ab1b18dd9670&device=0&device_type=desktop&os=Windows&ssid=c53jo8ke777b3bdieppml61llm&t=1773181745&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e34d4493fa964d515aacaa13692888a1f9934c33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();