(function() { const u = '/apps/statistics.php?aid=454519&browser=IE&created_date=20260223&created_hour=19&dduuid=0d349bf9db674&device=0&device_type=desktop&os=Windows&ssid=g2dd2b5iid0lia1jssad7oivvh&t=1771846541&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efddf8f4d8884ee49212482b29697a45b4a0f61a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();