(function() { const u = '/apps/statistics.php?aid=14404&browser=IE&created_date=20260305&created_hour=03&dduuid=aa8cd0c1d2301&device=0&device_type=desktop&os=Windows&ssid=h6j0u0ptmtb7nre418lstjfc7q&t=1772652485&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3447e3bb58357bcf0b327f492705dfb247db54ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();