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