(function() { const u = '/apps/statistics.php?aid=451501&browser=IE&created_date=20260125&created_hour=07&dduuid=36da0d5a53db0&device=0&device_type=desktop&os=Windows&ssid=7924i582gdqd5a8p6v1q3noe93&t=1769298729&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecce2f779a184e7b7898d9e882ef85114a6bcaea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();