(function() { const u = '/apps/statistics.php?aid=408641&browser=IE&created_date=20260312&created_hour=04&dduuid=700150fab4aaf&device=0&device_type=desktop&os=Windows&ssid=o1ubthib9dbuu2u8fpasd7bkgn&t=1773262582&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07f32731a40f1a7768b54b7de80bf9508c06ce8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();