(function() { const u = '/apps/statistics.php?aid=455189&browser=IE&created_date=20260308&created_hour=15&dduuid=b53508133839c&device=0&device_type=desktop&os=Windows&ssid=714p35klobddfovc5hso67glsb&t=1772956787&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=16f75e6bce6bd36b8360b954d2ee56f216301b5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();