(function() { const u = '/apps/statistics.php?aid=445732&browser=IE&created_date=20260122&created_hour=13&dduuid=731d3a2c94613&device=0&device_type=desktop&os=Windows&ssid=qgkhpo29n4p1c207suv9v0r5bk&t=1769060529&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed8daf21c82c88934b7310e6d46a2fd4eca55770&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();