(function() { const u = '/apps/statistics.php?aid=438654&browser=IE&created_date=20251117&created_hour=20&dduuid=80e9934d63bb7&device=0&device_type=desktop&os=Windows&ssid=1ob2leltrg78gdhh7b1ih6iqh9&t=1763383072&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b092c6ff6d02b8dbcf5f0ab6ce32c071d072a99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();