(function() { const u = '/apps/statistics.php?aid=54357&browser=IE&created_date=20260223&created_hour=23&dduuid=b723a2cabf405&device=0&device_type=desktop&os=Windows&ssid=l5e0ckk8cbeqa9kdr3p4u9n1i5&t=1771861443&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f1410d8f18599ca3bd6d653b0ec04a59f73f773&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();