(function() { const u = '/apps/statistics.php?aid=452175&browser=IE&created_date=20260311&created_hour=06&dduuid=e0ff924424af2&device=0&device_type=desktop&os=Windows&ssid=9phnrm9rsosilu6f01n6c7mm6m&t=1773181376&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6a392971ab2e62e3ac925ee9c1ad941de7f3065&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();