(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260304&created_hour=08&dduuid=ec3d3e9d0143a&device=0&device_type=desktop&os=Windows&ssid=3jg1shnkv1ds8bkjfcr9mf2h3r&t=1772585098&typeid=5&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2a2fd3d413741b83e22108b360bef95a181e6e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();