(function() { const u = '/apps/statistics.php?aid=456242&browser=IE&created_date=20260224&created_hour=16&dduuid=7d29ef783afc9&device=0&device_type=desktop&os=Windows&ssid=5aq43elmrt2b9gg9p2bvoui02l&t=1771920382&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8847acc10311c8cb2236368d31c5884ab8efb90a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();