(function() { const u = '/apps/statistics.php?aid=451364&browser=IE&created_date=20260306&created_hour=11&dduuid=94dc8ca77e70c&device=0&device_type=desktop&os=Windows&ssid=d1ssa3s81vdsg6eitr5pngbeiv&t=1772767269&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94c17246adb99230c5100577781311450adaa150&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();