(function() { const u = '/apps/statistics.php?aid=352392&browser=IE&created_date=20260306&created_hour=10&dduuid=ebc123146f92e&device=0&device_type=desktop&os=Windows&ssid=9fnc19ir0nln423jtr722is7ie&t=1772763447&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4bf0d2bc27ec14c1f00f94ce79de1a5ca927472&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();