(function() { const u = '/apps/statistics.php?aid=439582&browser=IE&created_date=20260224&created_hour=05&dduuid=2f90fc20a4903&device=0&device_type=desktop&os=Windows&ssid=1lffc9fl5t9n6tlkfsol0ranc7&t=1771881341&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c00d5eb43b7d1c65b6ad1d1ad64943035db0313&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();