(function() { const u = '/apps/statistics.php?aid=275975&browser=IE&created_date=20260314&created_hour=17&dduuid=41ddc31264099&device=0&device_type=desktop&os=Windows&ssid=l1i47l6s3j83b95eas6eogo9kg&t=1773478928&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=78bce78c8ef72e6ee0156f50692d4c3e99d861bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();