(function() { const u = '/apps/statistics.php?aid=428257&browser=IE&created_date=20260224&created_hour=18&dduuid=c192547826c93&device=0&device_type=desktop&os=Windows&ssid=90711vpk1cebkuf766ep1qggsd&t=1771929777&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c81e5734ca9522734ba4ff2f938a78b3932d49d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();