(function() { const u = '/apps/statistics.php?aid=454381&browser=IE&created_date=20260223&created_hour=23&dduuid=52f596ca4ef0e&device=0&device_type=desktop&os=Windows&ssid=c2rhbte1er29itidppu0fu5n38&t=1771861710&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69e0d23eaa91f5ca6b054acb8f7f7801d602d979&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();