(function() { const u = '/apps/statistics.php?aid=454560&browser=IE&created_date=20260311&created_hour=08&dduuid=fb15e19f3afa5&device=0&device_type=desktop&os=Windows&ssid=og0k5j2ss3g670t4qpm4f2roo1&t=1773187397&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60a96b224d5fc388af5d59b7f0ad163b23c9f350&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();