(function() { const u = '/apps/statistics.php?aid=448172&browser=IE&created_date=20260122&created_hour=09&dduuid=4535d5090f361&device=0&device_type=desktop&os=Windows&ssid=btvf90bh8voapfuscvpvm6jc0h&t=1769047014&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fc5229884481c324031cb5f55048130db049d6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();