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