(function() { const u = '/apps/statistics.php?aid=432025&browser=IE&created_date=20260115&created_hour=12&dduuid=6f4d8cfd3a4b7&device=0&device_type=desktop&os=Windows&ssid=qgg5ns2d6us4rg2eevmt1cetcs&t=1768453153&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad38a6c102341e61b06229a9fae89dedb5ab5c18&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();