(function() { const u = '/apps/statistics.php?aid=451730&browser=IE&created_date=20260225&created_hour=14&dduuid=e0c0cc3fdf7d2&device=0&device_type=desktop&os=Windows&ssid=h56fo0fkc7u5esulekvikf621d&t=1772001293&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4afde714341c877650c2a56161960845211e4a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();