(function() { const u = '/apps/statistics.php?aid=458379&browser=IE&created_date=20260310&created_hour=13&dduuid=af7c2eb6ada6f&device=0&device_type=desktop&os=Windows&ssid=cfiq39oca4jjfof6r8a0asc5gj&t=1773119061&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05c1036ed378d65f24f61359b2a1044cb8196f0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();