(function() { const u = '/apps/statistics.php?aid=430591&browser=IE&created_date=20251229&created_hour=18&dduuid=fae8d42a61fd3&device=0&device_type=desktop&os=Windows&ssid=hf1vk1f92omhpdi25q33rl4tqm&t=1767002534&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e02be0f5eb685cc599e234c49d6b5268eb5638cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();