(function() { const u = '/apps/statistics.php?aid=454606&browser=IE&created_date=20260311&created_hour=07&dduuid=fd8e4b432e15c&device=0&device_type=desktop&os=Windows&ssid=44f15akv9kecctdphcpc1dhe1c&t=1773183903&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6820d48ca53bf1917c9c3c0dd0e97e879b088d4d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();