(function() { const u = '/apps/statistics.php?aid=65638&browser=IE&created_date=20260304&created_hour=23&dduuid=f6a6d64a2a619&device=0&device_type=desktop&os=Windows&ssid=tc64e8tusn37hj96i7h6424v8r&t=1772637592&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d917082bddc0d6a1bb7339acaf4f646aab6ad9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();