(function() { const u = '/apps/statistics.php?aid=438470&browser=IE&created_date=20251227&created_hour=03&dduuid=22353c5155e69&device=0&device_type=desktop&os=Windows&ssid=5vj9l4a0p4tmn07o2sd2oa1qqf&t=1766776224&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=363c9b55492faa3c27687831378298b420f28340&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();