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