(function() { const u = '/apps/statistics.php?aid=86383&browser=IE&created_date=20260111&created_hour=07&dduuid=98b367089dc82&device=0&device_type=desktop&os=Windows&ssid=c13m960irf2r6rkh8h96dr27hk&t=1768087831&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f40de93cffe0d6e7454db46a5539e63caa5125a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();