(function() { const u = '/apps/statistics.php?aid=424708&browser=IE&created_date=20260311&created_hour=17&dduuid=6373f220e4e8b&device=0&device_type=desktop&os=Windows&ssid=2overr5c2trvp2v7um41dmihol&t=1773220245&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f8e2a473f0f631b1b28a7ca87985199c0dc9511&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();