(function() { const u = '/apps/statistics.php?aid=453975&browser=IE&created_date=20260226&created_hour=09&dduuid=ea3df9745e682&device=0&device_type=desktop&os=Windows&ssid=e8je72nlbp8opllmtscvir9gub&t=1772068247&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8b90d4a2a7013950ed569997d6d0e9a558b005d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();