(function() { const u = '/apps/statistics.php?aid=450067&browser=IE&created_date=20260225&created_hour=20&dduuid=e68d4315b36ce&device=0&device_type=desktop&os=Windows&ssid=o929oh7hb98pd66roo71oll98v&t=1772022528&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e82484cd39a3cd891d92b1ffecc9a6911010f3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();