(function() { const u = '/apps/statistics.php?aid=423935&browser=IE&created_date=20260129&created_hour=05&dduuid=9c0bab09bf9a9&device=0&device_type=desktop&os=Windows&ssid=d1qk4ocvjbl9i1u4hp3bk4rmtm&t=1769634279&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=689367c3168f9768cabe669fcbe8e790dd5f4229&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();