(function() { const u = '/apps/statistics.php?aid=454919&browser=IE&created_date=20260307&created_hour=00&dduuid=2d100429ab9b6&device=0&device_type=desktop&os=Windows&ssid=pt0ccdc79uaj03vuukba1jl2r8&t=1772814714&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac29547825aa4fe9782f22129c25cbe394235e4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();