(function() { const u = '/apps/statistics.php?aid=21314&browser=IE&created_date=20260118&created_hour=19&dduuid=fe2a10a866a55&device=0&device_type=desktop&os=Windows&ssid=nfgjvrqkq0eorbpf2gjakcd96u&t=1768734846&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=163d732768b78d843d7a11257fed4b53b4b8521f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();