(function() { const u = '/apps/statistics.php?aid=456164&browser=IE&created_date=20260307&created_hour=12&dduuid=2465180b284e5&device=0&device_type=desktop&os=Windows&ssid=qkt8kcaekl77gf9f7nds1uu9hc&t=1772859479&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e15e9cd6989105dcc97265825aaf54108c154314&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();