(function() { const u = '/apps/statistics.php?aid=210256&browser=IE&created_date=20251224&created_hour=02&dduuid=8247c91848120&device=0&device_type=desktop&os=Windows&ssid=59b2gu5epuk6krnisht8qlah15&t=1766513693&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e4e213e8b876ff4f25f98b602af48548e4d96ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();