(function() { const u = '/apps/statistics.php?aid=210368&browser=IE&created_date=20251223&created_hour=10&dduuid=d6a6cb32eea4c&device=0&device_type=desktop&os=Windows&ssid=5ookr0ds4f84c9ics1er543e91&t=1766455327&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc465b85b9c57142fb43e328b18fab6c4991bf9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();