(function() { const u = '/apps/statistics.php?aid=324750&browser=IE&created_date=20260313&created_hour=21&dduuid=19806577b4866&device=0&device_type=desktop&os=Windows&ssid=vmh2ijjeeg1qlmslro89b2eafc&t=1773407980&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f237b05cdb9ce4e39f956675f7031f5f09e570f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();