(function() { const u = '/apps/statistics.php?aid=455471&browser=IE&created_date=20260226&created_hour=17&dduuid=001eeefe4071c&device=0&device_type=desktop&os=Windows&ssid=udk109t7p3qsjh7pd20f65lja2&t=1772098854&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e80e848a777cab8650f9d4bcb21f7d161d4b507f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();