(function() { const u = '/apps/statistics.php?aid=8272&browser=IE&created_date=20260305&created_hour=03&dduuid=48016f736847d&device=0&device_type=desktop&os=Windows&ssid=28qnqord7vbp9s51em7h3m5v11&t=1772651731&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48a3ce8495a275f4afa55f4f7b025a18dfd889a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();