(function() { const u = '/apps/statistics.php?aid=22&browser=IE&created_date=20260223&created_hour=17&dduuid=b42231305bc18&device=0&device_type=desktop&os=Windows&ssid=tn6fpgpgql407a3kfuce0prcfq&t=1771840654&typeid=5&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86dad44ad1f6b1b5fd4537487e1a31a58563a61d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();