(function() { const u = '/apps/statistics.php?aid=455904&browser=IE&created_date=20260303&created_hour=12&dduuid=0a9ef03f9cf6f&device=0&device_type=desktop&os=Windows&ssid=3oigohpvk0lrtpkp8g8rpam5aj&t=1772512855&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ba1f6811d295e6186456be1b1cbb1a7397d9f37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();