(function() { const u = '/apps/statistics.php?aid=394238&browser=IE&created_date=20260316&created_hour=19&dduuid=0c2b3e7b239be&device=0&device_type=desktop&os=Windows&ssid=31tt4kibnvtumve1s5hmqqn83d&t=1773659420&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b267fe88461ec3d0a9550b5baeccc0cf23f1e082&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();