(function() { const u = '/apps/statistics.php?aid=444587&browser=IE&created_date=20260313&created_hour=03&dduuid=e82d3181e135a&device=0&device_type=desktop&os=Windows&ssid=fjn1k5nrp57cc5qa54lhfjlsqr&t=1773342229&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2110b020acdb9b7c24925733009eb8afae4346f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();