(function() { const u = '/apps/statistics.php?aid=455301&browser=IE&created_date=20260223&created_hour=20&dduuid=261d5c179bd15&device=0&device_type=desktop&os=Windows&ssid=pj1l6ismaqogkbbnfbkpa5frf6&t=1771851026&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb03e25e306566ea33c2842a285d3e1f333cbf87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();