(function() { const u = '/apps/statistics.php?aid=404738&browser=IE&created_date=20260316&created_hour=18&dduuid=2b7f4ab88d137&device=0&device_type=desktop&os=Windows&ssid=mhgf632t5vs8g946laukct721h&t=1773656355&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fc1535bac30548a965ace7cace225607593d953&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();