(function() { const u = '/apps/statistics.php?aid=112971&browser=IE&created_date=20260313&created_hour=11&dduuid=90ed13ffd14b7&device=0&device_type=desktop&os=Windows&ssid=3mfipovdl8d9sdbivpsj1ic2q8&t=1773371531&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0cb0eb08944ed49e03bf5664361209a1738ed96c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();