(function() { const u = '/apps/statistics.php?aid=451510&browser=IE&created_date=20260125&created_hour=06&dduuid=b97d540e0866f&device=0&device_type=desktop&os=Windows&ssid=n3ugtfmtddrjv6b3q3mq7h24ds&t=1769292987&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f778cb8f110a2e4ddd58612b7c805b9542bd715a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();