(function() { const u = '/apps/statistics.php?aid=213696&browser=IE&created_date=20260112&created_hour=00&dduuid=76c0b6c4b4a5e&device=0&device_type=desktop&os=Windows&ssid=2k8ccpo5n93qsh5444mptknk37&t=1768150518&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4786e052d5f5ece5da3cc0f3a49c7c0e7e6033ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();