(function() { const u = '/apps/statistics.php?aid=453704&browser=IE&created_date=20260228&created_hour=14&dduuid=2980d4a08990c&device=0&device_type=desktop&os=Windows&ssid=dmusq1h7gq8n7d0nosij05uhha&t=1772261544&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc3228b53e4fbe7b8468ad00f620ca27a8942fe4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();