(function() { const u = '/apps/statistics.php?aid=434311&browser=IE&created_date=20260316&created_hour=18&dduuid=8389882b81729&device=0&device_type=desktop&os=Windows&ssid=bmhl3buhe2lrie1nblvrqq5nil&t=1773656126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=070eda1937beee50965961f9aa829b4b4d44f6c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();