(function() { const u = '/apps/statistics.php?aid=455221&browser=IE&created_date=20260308&created_hour=11&dduuid=bef343596f0b0&device=0&device_type=desktop&os=Windows&ssid=bqdirgotu4sj4disc5ef5jl7gn&t=1772941333&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4e7b08592e32cc6f8d055b8810d598335b65727&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();