(function() { const u = '/apps/statistics.php?aid=354303&browser=IE&created_date=20260306&created_hour=10&dduuid=c833c025ba5bf&device=0&device_type=desktop&os=Windows&ssid=dnp1v3fuda91lchbbln439r4h6&t=1772763101&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4ba17e0f17a03428aa31595a5d8ad2f08f12897&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();