(function() { const u = '/apps/statistics.php?aid=456060&browser=IE&created_date=20260310&created_hour=12&dduuid=69ec87311f4ad&device=0&device_type=desktop&os=Windows&ssid=cagh3hu33s7nt0obaddsd0fgn4&t=1773117899&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d8d3a4c8eba42ac2a5b7e648d7b393fd6ff6e91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();