(function() { const u = '/apps/statistics.php?aid=451838&browser=IE&created_date=20260306&created_hour=11&dduuid=d7f10dd499c9b&device=0&device_type=desktop&os=Windows&ssid=kt9lkppuk8glsc73n9fdn3llik&t=1772767509&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7ad2e6430f80b81697f97b9fc3ca10bf5cb8362&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();