(function() { const u = '/apps/statistics.php?aid=439848&browser=IE&created_date=20260316&created_hour=05&dduuid=8fbadfb9beefa&device=0&device_type=desktop&os=Windows&ssid=5lad6lm330nfsgthtqtmcg16n4&t=1773611624&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4918d17e833682efb1f609a9538242cd759c88bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();