(function() { const u = '/apps/statistics.php?aid=454098&browser=IE&created_date=20260226&created_hour=08&dduuid=e16c7ce4a5eec&device=0&device_type=desktop&os=Windows&ssid=1khv3tq1n4b2old9las3d5f5lu&t=1772064895&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db6b52f9451726b8ac2e6edb56eed7b2ccb25926&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();