(function() { const u = '/apps/statistics.php?aid=448607&browser=IE&created_date=20260226&created_hour=06&dduuid=91b6ef09d6950&device=0&device_type=desktop&os=Windows&ssid=ahk9bm90u5fjeo41t9k8r2t1lp&t=1772059731&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=852c25505951d59d3a2fad6001cc8e74f67f715d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();