(function() { const u = '/apps/statistics.php?aid=213733&browser=IE&created_date=20260306&created_hour=04&dduuid=b788f873216f2&device=0&device_type=desktop&os=Windows&ssid=hngsc18jgocc07ntfrjgo0nqt6&t=1772743238&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25b595086ded4bfa9d1bddf4d76e545c601d553a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();