(function() { const u = '/apps/statistics.php?aid=12488&browser=IE&created_date=20260120&created_hour=22&dduuid=2660f47f242a2&device=0&device_type=desktop&os=Windows&ssid=lotgsdvc4qmlmnvvpdj349nbav&t=1768920135&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a872921e55c83fe0e239e0fa2ca678ec4a296304&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();