(function() { const u = '/apps/statistics.php?aid=443565&browser=IE&created_date=20260316&created_hour=02&dduuid=76b4d70fa0cb5&device=0&device_type=desktop&os=Windows&ssid=l0bvmguhe8vebj35gl3ta3h4vk&t=1773598184&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7039d89de035551eced12f485ea18263e8932fd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();