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