(function() { const u = '/apps/statistics.php?aid=455657&browser=IE&created_date=20260310&created_hour=14&dduuid=92e9ceac35ac1&device=0&device_type=desktop&os=Windows&ssid=epodhpel2i5isqp888hf0793hk&t=1773123643&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00d8cf2c9a016851f426509ea6b9b59f3b2466a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();