(function() { const u = '/apps/statistics.php?aid=6672&browser=IE&created_date=20260308&created_hour=01&dduuid=030c8d5938fbf&device=0&device_type=desktop&os=Windows&ssid=sv5b0i8ls8o2c57qjli6rnjhms&t=1772905406&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2799a04f6f1186152e628cd3d1e1a321b6a8be17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();