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