(function() { const u = '/apps/statistics.php?aid=442749&browser=IE&created_date=20251221&created_hour=17&dduuid=b0121593a91fc&device=0&device_type=desktop&os=Windows&ssid=1mg05hmb4kkjiop7b5pt90jnps&t=1766310341&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=509f951755cc9bd3403c4192e810ff83145708e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();