(function() { const u = '/apps/statistics.php?aid=445682&browser=IE&created_date=20260310&created_hour=17&dduuid=d52dd60e749ae&device=0&device_type=desktop&os=Windows&ssid=nduv7o0bi933l7il5enfji05rv&t=1773134895&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e50e2ffe8428dbaa496387699406cdf13903361&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();