(function() { const u = '/apps/statistics.php?aid=454490&browser=IE&created_date=20260311&created_hour=01&dduuid=bebfeeb6a3ba3&device=0&device_type=desktop&os=Windows&ssid=htk1jnsu1f7tkbv9v0ftqa8l9j&t=1773165245&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64a87253e9195d90e2d5b8abd1b8c06af65214e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();