(function() { const u = '/apps/statistics.php?aid=436689&browser=IE&created_date=20251229&created_hour=14&dduuid=3bb5ee8e74447&device=0&device_type=desktop&os=Windows&ssid=q5hhb2n6m0teqa6471fppb1771&t=1766989067&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4111f337d07d173007f6476eada080b46c2eef4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();