(function() { const u = '/apps/statistics.php?aid=452578&browser=IE&created_date=20260225&created_hour=07&dduuid=337e024102958&device=0&device_type=desktop&os=Windows&ssid=flcqc1tr58shn5adgkfln6ociv&t=1771974412&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c44d8835decc1a6e56b93737c96d9f065c8ef06&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();