(function() { const u = '/apps/statistics.php?aid=120229&browser=IE&created_date=20260310&created_hour=14&dduuid=986090ede84e7&device=0&device_type=desktop&os=Windows&ssid=8hhevd418f9ki0em7317o2go0o&t=1773123945&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a79c5f7f25c19467d8c693aa9d0577350b9d1bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();