(function() { const u = '/apps/statistics.php?aid=75&browser=IE&created_date=20260224&created_hour=22&dduuid=4efcc1ed69e35&device=0&device_type=desktop&os=Windows&ssid=g79h5e75fk2jgsalufikrhpv3t&t=1771942554&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3dc6d02014db1d906a94d49a511e07e0385d956&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();