(function() { const u = '/apps/statistics.php?aid=451383&browser=IE&created_date=20260307&created_hour=03&dduuid=693fcef7471dc&device=0&device_type=desktop&os=Windows&ssid=8bpa3hrlno6m356ujqj698odhl&t=1772825386&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=723df6da6a6a65d6953a04b047a2908b9e348f87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();