(function() { const u = '/apps/statistics.php?aid=264495&browser=IE&created_date=20260315&created_hour=15&dduuid=e43ed16708227&device=0&device_type=desktop&os=Windows&ssid=qf57uh118l73l9lohd34suh67f&t=1773559055&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cae2cf642f0a6203bd8a501b986947dbc15aa194&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();