(function() { const u = '/apps/statistics.php?aid=439606&browser=IE&created_date=20260316&created_hour=10&dduuid=22a5acde172ea&device=0&device_type=desktop&os=Windows&ssid=o1p2oar0jgsnh8344bvr882lfs&t=1773628618&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76ca1c422e965ce0351ab41c1eaa9bf40fbb071a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();