(function() { const u = '/apps/statistics.php?aid=385203&browser=IE&created_date=20251218&created_hour=16&dduuid=ed4702dd14d1f&device=0&device_type=desktop&os=Windows&ssid=u8lpi1h6j7ql2lm6flavfubl1o&t=1766045582&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=382f8bc62e6aab0a3b69c96aeca70a436f409206&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();