(function() { const u = '/apps/statistics.php?aid=450071&browser=IE&created_date=20260307&created_hour=18&dduuid=b66d9e9bbbdb7&device=0&device_type=desktop&os=Windows&ssid=u67jlir43q481aegdmlte0pm0s&t=1772879122&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85397827606c0446bc423f6dc794d741d9ed6bce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();