(function() { const u = '/apps/statistics.php?aid=457538&browser=IE&created_date=20260228&created_hour=08&dduuid=d930d9398412c&device=0&device_type=desktop&os=Windows&ssid=sndjapr9re6b84sq0i952ejedj&t=1772238923&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc01c8c8b21b1e6de6c3ed47878748481c89bedf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();