(function() { const u = '/apps/statistics.php?aid=454233&browser=IE&created_date=20260305&created_hour=07&dduuid=b698d97b0d5ab&device=0&device_type=desktop&os=Windows&ssid=mgg9unmg0d4of7v18rsonk2ert&t=1772666409&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3668c57f2d09dbb41311a7892340e96c35cafa63&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();