(function() { const u = '/apps/statistics.php?aid=210218&browser=IE&created_date=20251224&created_hour=05&dduuid=16df4dc6684c2&device=0&device_type=desktop&os=Windows&ssid=0tc3uv182g502hc51u8b42thnc&t=1766527118&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=172d9d5802028893ac9836562f70f52805a59b4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();