(function() { const u = '/apps/statistics.php?aid=452907&browser=IE&created_date=20260306&created_hour=10&dduuid=e07068e8a1687&device=0&device_type=desktop&os=Windows&ssid=a13eu4emk7b5dad20q6inh17bk&t=1772763390&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3522c843941db63a1690220c7640b91067b1cd85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();