(function() { const u = '/apps/statistics.php?aid=213685&browser=IE&created_date=20260303&created_hour=22&dduuid=12ffd053b04f0&device=0&device_type=desktop&os=Windows&ssid=92ae8hr1hn8rrt7b6osqhvd9r6&t=1772549826&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50c766a6803b4b3625978a162b61b73340e40524&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();