(function() { const u = '/apps/statistics.php?aid=453995&browser=IE&created_date=20260311&created_hour=18&dduuid=75b70826d9852&device=0&device_type=desktop&os=Windows&ssid=ci5ufkeq6o08lv4acubkg65ir9&t=1773225383&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84f7caa8c52a57ade9d38b78762261560f51da25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();