(function() { const u = '/apps/statistics.php?aid=113146&browser=IE&created_date=20260223&created_hour=22&dduuid=7fc5f645db04b&device=0&device_type=desktop&os=Windows&ssid=gr930o825rms739h3qqn5133od&t=1771855842&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06dbe6999d7cda660da28089cb66d7fcb2fe653b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();