(function() { const u = '/apps/statistics.php?aid=140274&browser=IE&created_date=20260124&created_hour=00&dduuid=1dd4692182071&device=0&device_type=desktop&os=Windows&ssid=9qvtd7agau8pg7tjd4q3drqt5c&t=1769184665&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5256284dc7e0b1280f2d6cee74b5c82f4ce79034&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();