(function() { const u = '/apps/statistics.php?aid=425546&browser=IE&created_date=20251220&created_hour=13&dduuid=6d99090139d0b&device=0&device_type=desktop&os=Windows&ssid=qfviq5o02b9md2tsgjspukdtiu&t=1766208679&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5a96a22e305e03d89d52f66a14e6fefa898c580&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();