(function() { const u = '/apps/statistics.php?aid=425099&browser=IE&created_date=20260127&created_hour=04&dduuid=1a84097628e7b&device=0&device_type=desktop&os=Windows&ssid=mfem21id3nvs8u5i01qc00jisc&t=1769458929&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac2009d344ca9f1278f23381aefd6c22870c41ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();