(function() { const u = '/apps/statistics.php?aid=346397&browser=IE&created_date=20260102&created_hour=15&dduuid=b2cf22a40c0c4&device=0&device_type=desktop&os=Windows&ssid=nmqk8nfppinqtmc414e5bv5c8n&t=1767337985&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8de967f9f58cea465a1d03c625e131ff7e73a157&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();