(function() { const u = '/apps/statistics.php?aid=428360&browser=IE&created_date=20260121&created_hour=06&dduuid=66b71d4c44b58&device=0&device_type=desktop&os=Windows&ssid=9540pn030cs3pc8tdvt40ir0b5&t=1768947992&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ded7462e705541a9b535a6b354a8a59084bf1662&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();