(function() { const u = '/apps/statistics.php?aid=419583&browser=IE&created_date=20260114&created_hour=15&dduuid=0a9bf7a26d7bd&device=0&device_type=desktop&os=Windows&ssid=enh8rm0qn7eg65ajs0j160ene5&t=1768376224&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb1a84b1c2ae735719fc710774f339cc67f4f9af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();