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