(function() { const u = '/apps/statistics.php?aid=343259&browser=IE&created_date=20260313&created_hour=12&dduuid=11c6e92ea76e5&device=0&device_type=desktop&os=Windows&ssid=2fpt0g8r380u9vt92ouak8f4nk&t=1773377222&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32fcd9b2c975628e6599f5ec65738299f5d65adb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();