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