(function() { const u = '/apps/statistics.php?aid=406931&browser=IE&created_date=20260225&created_hour=07&dduuid=48e00e45bf09d&device=0&device_type=desktop&os=Windows&ssid=mi8usd1kmgdq5omasn30p1bk5j&t=1771975010&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29e8b48926807428a68455670b08f04ada40c64f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();