(function() { const u = '/apps/statistics.php?aid=453530&browser=IE&created_date=20260311&created_hour=07&dduuid=c83029a0cc1db&device=0&device_type=desktop&os=Windows&ssid=pnlo6tr5ns3jgu0ima7rhqdpff&t=1773184394&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e913b19c8ef0ba11d845d4541240fbf083e9f925&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();