(function() { const u = '/apps/statistics.php?aid=209455&browser=IE&created_date=20251227&created_hour=12&dduuid=58f1f6a2797eb&device=0&device_type=desktop&os=Windows&ssid=sb98povqbnbn76md3q90aknkep&t=1766810677&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d1cb0919900719704f6164d9f5c0b2784560098&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();