(function() { const u = '/apps/statistics.php?aid=77354&browser=IE&created_date=20260224&created_hour=02&dduuid=482be9949249e&device=0&device_type=desktop&os=Windows&ssid=s0474lausus1ptoi21g8ep2g4d&t=1771871837&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0512f8b21a4a4ea86c9f69552f723c46ec445e3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();