(function() { const u = '/apps/statistics.php?aid=453993&browser=IE&created_date=20260305&created_hour=15&dduuid=ff4f0a83bd3c6&device=0&device_type=desktop&os=Windows&ssid=frrvm0qnlt02llpvp7fhdh7itc&t=1772695001&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eca64199d498aa4d59406e8797ed867ffcc12cb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();