(function() { const u = '/apps/statistics.php?aid=291707&browser=IE&created_date=20260223&created_hour=19&dduuid=d8d383d931e04&device=0&device_type=desktop&os=Windows&ssid=3ebbd1qt59hopfb2m84b5kkg59&t=1771845284&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=034078269c6a387ee1729b112c58804f4bef4076&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();