(function() { const u = '/apps/statistics.php?aid=416&browser=IE&created_date=20260304&created_hour=06&dduuid=1ed6506471b07&device=0&device_type=desktop&os=Windows&ssid=vlhgjsgvvfr2f8o009o72m7q01&t=1772576557&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39d141f1eb59a5f14dcf1fa25fb57d93e9b76f0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();