(function() { const u = '/apps/statistics.php?aid=435750&browser=IE&created_date=20260305&created_hour=02&dduuid=bf364cf3597a6&device=0&device_type=desktop&os=Windows&ssid=k68bsnpsm7nmqpbuf2mhb3ipko&t=1772649211&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15fe8a9308391ac4961e1176b2ee6930c28d9595&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();