(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260110&created_hour=03&dduuid=16dfc35841ff3&device=0&device_type=desktop&os=Windows&ssid=dfo16va4jb6vu5c74juhtu9rrf&t=1767987326&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=18e45fafd1dacb423924bd186086769465730861&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();