(function() { const u = '/apps/statistics.php?aid=455907&browser=IE&created_date=20260304&created_hour=11&dduuid=09048254b6bf4&device=0&device_type=desktop&os=Windows&ssid=88hha1hs3g6k5lbfk4o7r8ke1m&t=1772594626&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d039e8a909291a317352212b7f5f0019023420f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();