(function() { const u = '/apps/statistics.php?aid=349633&browser=IE&created_date=20251222&created_hour=06&dduuid=3c6dbfd38b1ed&device=0&device_type=desktop&os=Windows&ssid=5d5b9utci1ahoa87tcfe7ttd2i&t=1766355686&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14153541469d9f42f691be8b88974b214979319e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();