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