(function() { const u = '/apps/statistics.php?aid=442575&browser=IE&created_date=20260312&created_hour=05&dduuid=d20f0f91ca76c&device=0&device_type=desktop&os=Windows&ssid=aaqs00a6vc833615546me5rovt&t=1773264790&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7b655011fc47abb4e2d93127ccff8ee547b5182&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();