(function() { const u = '/apps/statistics.php?aid=455796&browser=IE&created_date=20260310&created_hour=14&dduuid=a9f05dffa1d36&device=0&device_type=desktop&os=Windows&ssid=rdgut6ugovr57cg9tl29np5ae5&t=1773123674&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd3bbd08570f7fca332274bc41136e5bc3d9260f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();