(function() { const u = '/apps/statistics.php?aid=455728&browser=IE&created_date=20260308&created_hour=07&dduuid=34f7319982d23&device=0&device_type=desktop&os=Windows&ssid=oblbeba4c90bsu4tm4vvsbr7pm&t=1772927584&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b6f0d0fa5341a257c99dff024d018755ccd42fbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();