(function() { const u = '/apps/statistics.php?aid=352388&browser=IE&created_date=20260125&created_hour=12&dduuid=0ec9bd9024dc4&device=0&device_type=desktop&os=Windows&ssid=sha0mgqd69khp7iq0hqncttome&t=1769315436&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed31f4af6229035703558ad8bed90fc7252559eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();