(function() { const u = '/apps/statistics.php?aid=184067&browser=IE&created_date=20260115&created_hour=07&dduuid=075945f72c99c&device=0&device_type=desktop&os=Windows&ssid=dnbkh435ermpcfldlptlstfdtc&t=1768431828&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=424aafb1a68f651df182dd5daaa9c74d5138de89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();