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