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