(function() { const u = '/apps/statistics.php?aid=455934&browser=IE&created_date=20260303&created_hour=12&dduuid=992b7ab780836&device=0&device_type=desktop&os=Windows&ssid=4cmeo1v4q9k3isnnnun54pmsv5&t=1772512906&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25f537364b4c04bf19d79f247eb9a0ce2ea5172c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();