(function() { const u = '/apps/statistics.php?aid=207117&browser=IE&created_date=20251224&created_hour=17&dduuid=8647d6fbfa988&device=0&device_type=desktop&os=Windows&ssid=b7u1l3ms5u40qgtjtg3ho0fp2d&t=1766567163&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26a38db0be5e939e5dc34f2bb99f2fee42d3de54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();