(function() { const u = '/apps/statistics.php?aid=440047&browser=IE&created_date=20260310&created_hour=10&dduuid=14b474af965e7&device=0&device_type=desktop&os=Windows&ssid=t3k1foa2qh9sacinonu5rl013o&t=1773111107&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a75c6707b866eaab0460d861817d13c3813b4404&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();