(function() { const u = '/apps/statistics.php?aid=398810&browser=IE&created_date=20260129&created_hour=16&dduuid=05b07906b9785&device=0&device_type=desktop&os=Windows&ssid=jpdd3fp98rge7o3kodt7437pkk&t=1769675338&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9551d3071a9327048a053c9fecd4f4fba53816b0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();