(function() { const u = '/apps/statistics.php?aid=441924&browser=IE&created_date=20260224&created_hour=06&dduuid=6e8c511d5691d&device=0&device_type=desktop&os=Windows&ssid=2sbnl8imf9t1o3qt39cqhm6711&t=1771886960&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6bcbed34af80d96f6e41f0a4c67e4ee37782f864&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();