(function() { const u = '/apps/statistics.php?aid=448052&browser=IE&created_date=20260226&created_hour=10&dduuid=15fc1c840c2c4&device=0&device_type=desktop&os=Windows&ssid=e5r8isusgs8psk48v7re9ere97&t=1772072251&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d200b8668646540910222a702ef896e545587b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();