(function() { const u = '/apps/statistics.php?aid=149449&browser=IE&created_date=20260303&created_hour=12&dduuid=0d91556277806&device=0&device_type=desktop&os=Windows&ssid=imndnrgk3i6d9did0apvv1lg8c&t=1772513919&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb5a0988fc5c1cb516fc4e381b48f238d397382e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();