(function() { const u = '/apps/statistics.php?aid=455940&browser=IE&created_date=20260304&created_hour=11&dduuid=34b62da5f04c7&device=0&device_type=desktop&os=Windows&ssid=gggpeohqesn29qhgvkg9mge4gm&t=1772594592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2370979b09573f9ab0c6f539467bcc42e6044fec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();