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