(function() { const u = '/apps/statistics.php?aid=412013&browser=IE&created_date=20251126&created_hour=07&dduuid=e0cbbe915539c&device=0&device_type=desktop&os=Windows&ssid=72cl1kh50t93fkg6317qh1k00q&t=1764112807&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=293cc06f675042cde5df0307242922094c550ed9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();