(function() { const u = '/apps/statistics.php?aid=425394&browser=IE&created_date=20260126&created_hour=14&dduuid=16983ddd3e2b0&device=0&device_type=desktop&os=Windows&ssid=vm2eih1tkb2odnp1p1a96p1924&t=1769409717&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d666cf4e62149499b40662ac9457a91c04a2ead2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();