(function() { const u = '/apps/statistics.php?aid=448242&browser=IE&created_date=20260310&created_hour=09&dduuid=80c1b5425c265&device=0&device_type=desktop&os=Windows&ssid=ieh4m5mihsqqlqn034ilj0e2nm&t=1773106481&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0eb9e9c59bd4e54454b5b6aad786e91e0e52975d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();