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