(function() { const u = '/apps/statistics.php?aid=269076&browser=IE&created_date=20251222&created_hour=12&dduuid=9114af70e23a7&device=0&device_type=desktop&os=Windows&ssid=q9ogfh19gc83se75rdplf7t4f6&t=1766376263&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9afc8bef010189a0bfd921f5bcd47d3b71b8359f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();