(function() { const u = '/apps/statistics.php?aid=88374&browser=IE&created_date=20251211&created_hour=18&dduuid=60abb2a34a9f1&device=0&device_type=desktop&os=Windows&ssid=b9869umpbtssumv37gge8hq585&t=1765450235&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=601d8b76f25dc60bb1e46cfabb77fbf28de0e8b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();