(function() { const u = '/apps/statistics.php?aid=98826&browser=IE&created_date=20260226&created_hour=03&dduuid=d919748b2f757&device=0&device_type=desktop&os=Windows&ssid=98ppc2fi5043g2s8vera5nuu7q&t=1772048472&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98c9a3056734ef15d8703ab720f74174cb711a6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();