(function() { const u = '/apps/statistics.php?aid=213689&browser=IE&created_date=20251129&created_hour=17&dduuid=5a63508bd1ce7&device=0&device_type=desktop&os=Windows&ssid=nt1383ee7jkj0o3tnqr439t8d3&t=1764410021&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5885ac2a6043b2f1c934e92b119ab0d1e5874286&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();