(function() { const u = '/apps/statistics.php?aid=54357&browser=IE&created_date=20260308&created_hour=06&dduuid=ded35cee459d5&device=0&device_type=desktop&os=Windows&ssid=1655cpft2b2d3psvhipoqjp56u&t=1772923545&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f41525d6831266107446d7537840099e57d3f7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();