(function() { const u = '/apps/statistics.php?aid=445942&browser=IE&created_date=20260311&created_hour=23&dduuid=7019080599354&device=0&device_type=desktop&os=Windows&ssid=99ni049l3du6pil5d9i8m1d5do&t=1773244272&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ec5c5e11be7a7f1f1127c0eec2c876a8f483976&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();