(function() { const u = '/apps/statistics.php?aid=380594&browser=IE&created_date=20260324&created_hour=14&dduuid=86322563639d4&device=0&device_type=desktop&os=Windows&ssid=0cl39c3e576qlk0bg3k4tu9tam&t=1774332031&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d91bc16f37577379fe893c498a4b4e947da2e48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();