(function() { const u = '/apps/statistics.php?aid=443625&browser=IE&created_date=20251225&created_hour=07&dduuid=6d58b947f3a7e&device=0&device_type=desktop&os=Windows&ssid=4h6qfdcllrjiv6j8lo59qvafni&t=1766618585&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2d0038c9f567811440bae36320d21e42ec4e44f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();