(function() { const u = '/apps/statistics.php?aid=434150&browser=IE&created_date=20260308&created_hour=13&dduuid=a9292d2ffc023&device=0&device_type=desktop&os=Windows&ssid=q58a8i6pg7ddebv7i882u6oq0p&t=1772946263&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a07e331338bf84c16a8ef5ceacf051fa550f403&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();