(function() { const u = '/apps/statistics.php?aid=11669&browser=IE&created_date=20251220&created_hour=05&dduuid=bfc79611c4ffe&device=0&device_type=desktop&os=Windows&ssid=71c8gr4tftv6htjgrmmt9aafjg&t=1766178468&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7dfb56db8d0c0f2b18dd1813f183ae979ba69b12&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();