(function() { const u = '/apps/statistics.php?aid=206543&browser=IE&created_date=20251226&created_hour=23&dduuid=05d3b767bb4fe&device=0&device_type=desktop&os=Windows&ssid=oe9np6kfl5dija9tvf6aicgd28&t=1766764096&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=952c72aa100f79cbe43ba7b6751d709cd9b02cce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();