(function() { const u = '/apps/statistics.php?aid=442903&browser=IE&created_date=20251221&created_hour=17&dduuid=7c92e06a93c5c&device=0&device_type=desktop&os=Windows&ssid=0sm8li4hr63f6rnk6srvvl1b5p&t=1766309957&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f3abbe1e37a36409bafd537a716f5956b161de6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();