(function() { const u = '/apps/statistics.php?aid=453754&browser=IE&created_date=20260311&created_hour=23&dduuid=13f4915a0b536&device=0&device_type=desktop&os=Windows&ssid=q2v3mmgeqql133lmcuiim43vsd&t=1773243519&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d13a00ded4e9e05597daf3d653862e68c14efd08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();