(function() { const u = '/apps/statistics.php?aid=451378&browser=IE&created_date=20260306&created_hour=11&dduuid=7ab6ec80b658d&device=0&device_type=desktop&os=Windows&ssid=3i9okmm4a9tm5352o9sag3jopd&t=1772766554&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b43aa4f8306f508a81606be343194b5cd0e6673&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();