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