(function() { const u = '/apps/statistics.php?aid=269300&browser=IE&created_date=20260118&created_hour=02&dduuid=0cd1ef2131f69&device=0&device_type=desktop&os=Windows&ssid=1jabh6mc6s9atvqnh7rotavi1k&t=1768673213&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c0830a9d7f5adcd888de769a68911be70a4d046&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();