(function() { const u = '/apps/statistics.php?aid=455095&browser=IE&created_date=20260223&created_hour=23&dduuid=1a0e62c05e74d&device=0&device_type=desktop&os=Windows&ssid=hfelt49t066vr99levl8qks5ae&t=1771861518&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b933e2bf6d27a32c3c91ec3c32179568424134a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();