(function() { const u = '/apps/statistics.php?aid=448548&browser=IE&created_date=20260226&created_hour=08&dduuid=2f1fa3c535165&device=0&device_type=desktop&os=Windows&ssid=h1h8d45g0qve9r88s5bp88ecev&t=1772067556&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98092948b89712a1d03cda123d7bee083fe134cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();