(function() { const u = '/apps/statistics.php?aid=453714&browser=IE&created_date=20260310&created_hour=14&dduuid=2326c7607800a&device=0&device_type=desktop&os=Windows&ssid=8dfpo89g33cf3islnkoui977nf&t=1773125521&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=680d2f42b814009a93dfa2be124816b8591cf4ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();