(function() { const u = '/apps/statistics.php?aid=452869&browser=IE&created_date=20260310&created_hour=20&dduuid=f9b2c937a48ac&device=0&device_type=desktop&os=Windows&ssid=ru7i5eb6i5tnpn7rodpnass1ea&t=1773147190&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62887d4d756a0ec720e42109527785b168f286b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();