(function() { const u = '/apps/statistics.php?aid=442187&browser=IE&created_date=20260310&created_hour=23&dduuid=8240d37db0838&device=0&device_type=desktop&os=Windows&ssid=6lf5ok2k44rmmtrs0adj52hqe4&t=1773156195&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=139f2a9ba5aa6d88dc9f1e2a5fdbcc930a9f9f8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();