(function() { const u = '/apps/statistics.php?aid=435071&browser=IE&created_date=20260306&created_hour=15&dduuid=2b8316eeb3d5d&device=0&device_type=desktop&os=Windows&ssid=srbg6hajeccgrli6o52n1bsoib&t=1772782973&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f42ffd7384cfeb38c3128b83fcee49cd9ae88cc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();