(function() { const u = '/apps/statistics.php?aid=311048&browser=IE&created_date=20260225&created_hour=22&dduuid=f0458eb699466&device=0&device_type=desktop&os=Windows&ssid=jdm92qcm3ocq0spmkdpt7m2rkd&t=1772030544&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef7480a9d151486385217965458aad2d3fab7d11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();