(function() { const u = '/apps/statistics.php?aid=357079&browser=IE&created_date=20260114&created_hour=12&dduuid=bbb59f0d08ebc&device=0&device_type=desktop&os=Windows&ssid=1j0kdvos8gf10949pql3s342dh&t=1768364358&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d4cdf4b0c39a029296fc4f794340acb0b668e7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();