(function() { const u = '/apps/statistics.php?aid=440415&browser=IE&created_date=20251223&created_hour=03&dduuid=15d2534f8d03f&device=0&device_type=desktop&os=Windows&ssid=6l1ggdqfc82pni08et46otr98i&t=1766431294&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17dce06b7e9e590038d79705001dfa17e85dca34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();