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