(function() { const u = '/apps/statistics.php?aid=207195&browser=IE&created_date=20260226&created_hour=10&dduuid=38a1c5398472b&device=0&device_type=desktop&os=Windows&ssid=egh4vo1rbd8jcv5f0dgld9c6m6&t=1772074014&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fdf1153c9369b695633ab7d5d99ef0a9f89c760&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();