(function() { const u = '/apps/statistics.php?aid=450556&browser=IE&created_date=20260118&created_hour=04&dduuid=2f3fd8be8cac9&device=0&device_type=desktop&os=Windows&ssid=5vllocpg05gl4c5j4vlr713vn6&t=1768681311&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c61fcea076ebf974839cf752546644169a76294&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();