(function() { const u = '/apps/statistics.php?aid=316244&browser=IE&created_date=20251223&created_hour=00&dduuid=fb08356ed1a73&device=0&device_type=desktop&os=Windows&ssid=3n5hurecc78925jntae7esfnpb&t=1766421116&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bf1e0498cd21f65212a379072a016fdafc0aff12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();