(function() { const u = '/apps/statistics.php?aid=453949&browser=IE&created_date=20260311&created_hour=22&dduuid=2cf22e89c85f6&device=0&device_type=desktop&os=Windows&ssid=8t5mhn7ki0brgtmlhiul68rq8f&t=1773237752&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa1cc0af082e2d90bf6e35f701296a5d7d21e659&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();