(function() { const u = '/apps/statistics.php?aid=454967&browser=IE&created_date=20260306&created_hour=14&dduuid=9b6c8fdfc0c98&device=0&device_type=desktop&os=Windows&ssid=krce8bfos58vtca3ge2k4o2tsh&t=1772777403&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=015ef9304e568ee5bdf65cb2dee7c1fe603521d9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();