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