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