(function() { const u = '/apps/statistics.php?aid=98847&browser=IE&created_date=20260226&created_hour=10&dduuid=8bdab53e538e0&device=0&device_type=desktop&os=Windows&ssid=grk9t44qo4ostbusm6pqjre6ad&t=1772072112&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=651769c323d1da1d9a9cb28d0e18556c11383e9d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();