(function() { const u = '/apps/statistics.php?aid=57724&browser=IE&created_date=20260118&created_hour=01&dduuid=5c39e657728b3&device=0&device_type=desktop&os=Windows&ssid=uv2uf081qstqimm5390o3qgr48&t=1768672257&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5126c589a15594e278ede48d4b61a3b31aea1e73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();