(function() { const u = '/apps/statistics.php?aid=459491&browser=IE&created_date=20260314&created_hour=14&dduuid=f6d66faf3b5a5&device=0&device_type=desktop&os=Windows&ssid=uss9nhour8ipoeh8q703coe55d&t=1773468404&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7342d6b4f92af5331e78c0d69008c923282d2670&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();