(function() { const u = '/apps/statistics.php?aid=442337&browser=IE&created_date=20260304&created_hour=17&dduuid=534bb37f98067&device=0&device_type=desktop&os=Windows&ssid=2sadp3morl0u7v3t1evqkubomr&t=1772614828&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9298ff375c444aa5f53846d1a67396343a584607&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();