(function() { const u = '/apps/statistics.php?aid=395171&browser=IE&created_date=20260226&created_hour=13&dduuid=d666fe6b2fa56&device=0&device_type=desktop&os=Windows&ssid=sk49sk5ptcurfdoecs8j1q2b8v&t=1772083339&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=637e52ade87a09176c8d7245c30e8b63abb91b85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();