(function() { const u = '/apps/statistics.php?aid=72277&browser=IE&created_date=20260122&created_hour=00&dduuid=7951f90d640f4&device=0&device_type=desktop&os=Windows&ssid=96itejq421bupldfdprerre8bm&t=1769012303&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c86b50238d58de840db5861c9f19b2193adee583&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();