(function() { const u = '/apps/statistics.php?aid=442337&browser=IE&created_date=20260303&created_hour=23&dduuid=ce414cb26bec1&device=0&device_type=desktop&os=Windows&ssid=7lnnb61hdliknn6ipu7v65ogo5&t=1772550893&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=797d420e2cfa0f1eef4dba44e5da7df769799bca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();