(function() { const u = '/apps/statistics.php?aid=455227&browser=IE&created_date=20260306&created_hour=03&dduuid=27d7dbd852c12&device=0&device_type=desktop&os=Windows&ssid=61hn137rbrd25cn9as8gmdv3dp&t=1772737744&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e619f491e88599ca9755c68527dbb5934d557519&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();