(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260303&created_hour=10&dduuid=bd3292638aace&device=0&device_type=desktop&os=Windows&ssid=11ikauabths2n15ieg2fkilfms&t=1772503727&typeid=2&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3327cd3f3073e47472426d46805e214af4426aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();