(function() { const u = '/apps/statistics.php?aid=270945&browser=IE&created_date=20260224&created_hour=03&dduuid=1e3c40f6a330c&device=0&device_type=desktop&os=Windows&ssid=to9kbtk838650b4mivvma1hbg1&t=1771876677&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=173d43bd20a739bdbcb2c5ca3f13d989b1df5701&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();