(function() { const u = '/apps/statistics.php?aid=442489&browser=IE&created_date=20260305&created_hour=03&dduuid=0c4aaa018a205&device=0&device_type=desktop&os=Windows&ssid=4bhbm2cakealrmb0mou6ekoeem&t=1772651721&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21c31a380aaf1bc62ace6c289d92c308979b7323&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();