(function() { const u = '/apps/statistics.php?aid=266032&browser=IE&created_date=20260226&created_hour=06&dduuid=8142233d92bd1&device=0&device_type=desktop&os=Windows&ssid=9g9m2p2kvh13d6fvjhdekundo8&t=1772057066&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ae0cd71b2a2a36bc66cf3cb58e3bcf3e4996f74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();