(function() { const u = '/apps/statistics.php?aid=445680&browser=IE&created_date=20260308&created_hour=00&dduuid=9b8a24746fa75&device=0&device_type=desktop&os=Windows&ssid=12em1c7dmc4331n4the2jj62mp&t=1772902772&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f072f192492a04f11edb08f5c834a2a934b09df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();