(function() { const u = '/apps/statistics.php?aid=98726&browser=IE&created_date=20260227&created_hour=13&dduuid=d328f61563bb6&device=0&device_type=desktop&os=Windows&ssid=dvnf7cjdvqi20us0hrjvc91ku7&t=1772169390&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8168bcba3867619f7e080d89b4f8884a4efd58b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();