(function() { const u = '/apps/statistics.php?aid=449022&browser=IE&created_date=20260113&created_hour=21&dduuid=60fdd19ff5924&device=0&device_type=desktop&os=Windows&ssid=br9nqhhs4olo5l9ifr74np6111&t=1768312669&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c21bb550fb66e0d6b67bdbfc9df6c503d806c8f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();