(function() { const u = '/apps/statistics.php?aid=448469&browser=IE&created_date=20260226&created_hour=07&dduuid=73a8cb7cd1a62&device=0&device_type=desktop&os=Windows&ssid=b9522utgk6a6qoq4ijtsr03v5v&t=1772061662&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43f727ccb192986e74b524df56907e9f18b2e882&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();