(function() { const u = '/apps/statistics.php?aid=291366&browser=IE&created_date=20251222&created_hour=06&dduuid=f709cc24a969b&device=0&device_type=desktop&os=Windows&ssid=90s3uv9ttr5thg4k1usud3i86d&t=1766355112&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b67113c682f7a22c62e1d617b62fd5314312803&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();