(function() { const u = '/apps/statistics.php?aid=270914&browser=IE&created_date=20260316&created_hour=18&dduuid=da2708be427e1&device=0&device_type=desktop&os=Windows&ssid=c6j04fuoe51lnhhipephksog9d&t=1773656105&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dfa6b419c9f3e4951d265a8140caba77a9c4dbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();