(function() { const u = '/apps/statistics.php?aid=141268&browser=IE&created_date=20260304&created_hour=17&dduuid=ed58b0a1df6ed&device=0&device_type=desktop&os=Windows&ssid=51gkpl5vhoa21rlbrpo409flpk&t=1772614853&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b7e47e8b4229df629a30cab5cd3bfc03cbccfa7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();