(function() { const u = '/apps/statistics.php?aid=421404&browser=IE&created_date=20260102&created_hour=19&dduuid=cfcc2d9465382&device=0&device_type=desktop&os=Windows&ssid=gqcri319kqq0jc5l0q1ar4bi7i&t=1767355147&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eeb80a192de26423514bead090fcac011bde8180&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();