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