(function() { const u = '/apps/statistics.php?aid=435354&browser=IE&created_date=20251231&created_hour=16&dduuid=ddc4408a4532f&device=0&device_type=desktop&os=Windows&ssid=1u8opbi8hnn1mosi8tnqrcfot6&t=1767168592&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8da5136b7c8c4520c3bd09db200fd4aff88cb6bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();