(function() { const u = '/apps/statistics.php?aid=455102&browser=IE&created_date=20260224&created_hour=15&dduuid=27187a4b1d57b&device=0&device_type=desktop&os=Windows&ssid=q66b6pngr2vmikhmvlcs0ji196&t=1771918299&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=306d6528bfce5e216b0b99e23545b8e53bb018b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();