(function() { const u = '/apps/statistics.php?aid=451842&browser=IE&created_date=20260311&created_hour=09&dduuid=63f96e5162051&device=0&device_type=desktop&os=Windows&ssid=d6toth33gps2uipf5vch6ej2ml&t=1773192169&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d726c05f3925efad5ad9c9380d564b94092492a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();