(function() { const u = '/apps/statistics.php?aid=454235&browser=IE&created_date=20260311&created_hour=03&dduuid=f1c282890559f&device=0&device_type=desktop&os=Windows&ssid=se3mg62r0qnked6cinmqgnhvlb&t=1773172272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3252fd492955204da6b42f12116777ca9e556dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();