(function() { const u = '/apps/statistics.php?aid=264445&browser=IE&created_date=20260119&created_hour=00&dduuid=b89c9b358f8c1&device=0&device_type=desktop&os=Windows&ssid=l24k9eoff1jl6t79ggooe5bg2c&t=1768753432&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=742183a09a4da123c7cfa3ebaa17c891b93a2087&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();