(function() { const u = '/apps/statistics.php?aid=441802&browser=IE&created_date=20260227&created_hour=18&dduuid=f4504ecd19386&device=0&device_type=desktop&os=Windows&ssid=ico05vev6uqg4f528kd8bmmhsp&t=1772189135&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=163d3ca2c95de858d103f12957ccebc5e4b6c7fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();