(function() { const u = '/apps/statistics.php?aid=455560&browser=IE&created_date=20260305&created_hour=16&dduuid=f8be539a8e463&device=0&device_type=desktop&os=Windows&ssid=26l8hu52d5gd71o9glv3lf16tc&t=1772697607&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17451c098191e233b83d482d47fae8f2a2abd82b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();