(function() { const u = '/apps/statistics.php?aid=455378&browser=IE&created_date=20260310&created_hour=23&dduuid=35a8154c0e9ac&device=0&device_type=desktop&os=Windows&ssid=8ssoi55f6clicfvagk4kbal49j&t=1773155124&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01f2cb74e0d07619ab80b6ea7e033976bc674f51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();