(function() { const u = '/apps/statistics.php?aid=17559&browser=IE&created_date=20260308&created_hour=15&dduuid=a322727f958ee&device=0&device_type=desktop&os=Windows&ssid=pk6ro74ulfbiepopn2frqolpvr&t=1772954624&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e45a697a553e062f89aca9c4485a2d0f060c8a94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();