(function() { const u = '/apps/statistics.php?aid=448412&browser=IE&created_date=20260123&created_hour=04&dduuid=1aa1ff453a77d&device=0&device_type=desktop&os=Windows&ssid=iq286neaf7u1ogrkhti0p4m7g8&t=1769115516&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2f1b30b06e66e44899da606ba3945a6d55a5d5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();