(function() { const u = '/apps/statistics.php?aid=450652&browser=IE&created_date=20260311&created_hour=18&dduuid=19990014415cf&device=0&device_type=desktop&os=Windows&ssid=6lp5kfgena905ae1a4qdu3g59o&t=1773223613&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f10457bf7c107ed5c82cc5a0c62c9965bdc97d28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();