(function() { const u = '/apps/statistics.php?aid=449245&browser=IE&created_date=20260308&created_hour=18&dduuid=f1bc65a64f4c6&device=0&device_type=desktop&os=Windows&ssid=5ooe8m5arnvb8tsou12fsl7575&t=1772964579&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=773fb6e2b0c3b676360440cba65255aa07df3ffe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();