(function() { const u = '/apps/statistics.php?aid=17625&browser=IE&created_date=20260311&created_hour=00&dduuid=ced7323d48ee0&device=0&device_type=desktop&os=Windows&ssid=fflkqek27d3fbhictls55bcffc&t=1773161785&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e5baeffccd70bc664346213fb016ff68c75698e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();