(function() { const u = '/apps/statistics.php?aid=419529&browser=IE&created_date=20260114&created_hour=17&dduuid=22f092627bf87&device=0&device_type=desktop&os=Windows&ssid=86ss3rnc1k0njkksdigje1apan&t=1768382268&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a756137c78967a73e91df3dc916c4e8fe7c559f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();