(function() { const u = '/apps/statistics.php?aid=456220&browser=IE&created_date=20260225&created_hour=16&dduuid=a7cf90cb12f40&device=0&device_type=desktop&os=Windows&ssid=7p1fgjdj22n3u9qorm725gks1h&t=1772009285&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ccd0b3751dd9eb0d8199d8f57f1370ce04c55e11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();