(function() { const u = '/apps/statistics.php?aid=454129&browser=IE&created_date=20260311&created_hour=13&dduuid=e0b89fa126cb7&device=0&device_type=desktop&os=Windows&ssid=4k0s5rca56e6d8sgu0np4gvs54&t=1773207756&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3bd558c36873ae2ff489de1fe36263059a159508&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();