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