(function() { const u = '/apps/statistics.php?aid=400543&browser=IE&created_date=20260129&created_hour=06&dduuid=9b780a7d42e28&device=0&device_type=desktop&os=Windows&ssid=3778nm7qu1c9582nmg3vfarvku&t=1769640786&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4335246c4b5340f5e42dbe329d33f598547d82c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();