(function() { const u = '/apps/statistics.php?aid=438378&browser=IE&created_date=20260112&created_hour=12&dduuid=57592eb40356a&device=0&device_type=desktop&os=Windows&ssid=vidg6ne5e4c1q7kir124d2cbm1&t=1768192830&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70be32639ffdc2b945f1642bbd44e9a9e379627e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();