(function() { const u = '/apps/statistics.php?aid=158799&browser=IE&created_date=20260122&created_hour=00&dduuid=ec34870617840&device=0&device_type=desktop&os=Windows&ssid=me2h1re7dsl1qnk49etasrjuqs&t=1769014727&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19e99df6a876393719a814c271c4d0ab454670fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();