(function() { const u = '/apps/statistics.php?aid=449419&browser=IE&created_date=20260308&created_hour=03&dduuid=13a7f5884f5e5&device=0&device_type=desktop&os=Windows&ssid=9122leg4e2h6v2e00o6uh4k7nt&t=1772912512&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea6520e1a2be0b68a1589308e8d3d842bb207915&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();