(function() { const u = '/apps/statistics.php?aid=443047&browser=IE&created_date=20260311&created_hour=04&dduuid=aad2154145b9c&device=0&device_type=desktop&os=Windows&ssid=8g2m0d6n1qqv6dbbq35h8r52or&t=1773174464&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae0253eeaf64f7e6eaaf8939ce59249edb6cfba4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();