(function() { const u = '/apps/statistics.php?aid=424830&browser=IE&created_date=20260307&created_hour=09&dduuid=25e636a0b823e&device=0&device_type=desktop&os=Windows&ssid=l96suq3np1d8bg8u0mfk8b9v7g&t=1772846722&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bb28f8db8cecd4f2187caa78dff98d6d5461c4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();