(function() { const u = '/apps/statistics.php?aid=206722&browser=IE&created_date=20251226&created_hour=06&dduuid=f7206a8fa8c93&device=0&device_type=desktop&os=Windows&ssid=1i37h41hfva7nug65bp980fv72&t=1766703040&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d863046d7f63f6aa77458282aa6f9da9fe13b3d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();