(function() { const u = '/apps/statistics.php?aid=450706&browser=IE&created_date=20260203&created_hour=10&dduuid=883fd42aae028&device=0&device_type=desktop&os=Windows&ssid=rh02m51tl07mpp9fq84l28ijrj&t=1770085222&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3a0416a06fe109820a725527dcdd32f3d50d796&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();