(function() { const u = '/apps/statistics.php?aid=21095&browser=IE&created_date=20260113&created_hour=10&dduuid=a1888c8975b1f&device=0&device_type=desktop&os=Windows&ssid=lv3f893274bprn74q3n2b2a1qk&t=1768273172&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2a1bc7877942fcfea25a063a7b9092ba771bf47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();