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