(function() { const u = '/apps/statistics.php?aid=448564&browser=IE&created_date=20260110&created_hour=13&dduuid=9fa3c4d5b99f7&device=0&device_type=desktop&os=Windows&ssid=pkjsfgbo3pqrsnq03ummgthm1s&t=1768023965&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4dbecb7880ba1fb400ad8c15e322d2aa5f800432&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();